From c34ac099571efe52fe0c5c34d5a812cc0b1c01a8 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Wed, 17 Feb 2021 21:37:59 -0800 Subject: [PATCH] added async to components table --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 6e5ad5a3..74fc6c99 100755 --- a/index.md +++ b/index.md @@ -37,6 +37,7 @@ Component | Purpose [KNN](docs/knn/) | Find “nearest neighbors” in your vector data [Performance Analyzer](docs/pa/) | Monitor and optimize your cluster [Anomaly Detection](docs/ad/) | Identify atypical data and receive automatic notifications +[Asynchronous Search](docs/async/) | Run search requests that run in the background You can install Elasticsearch plugins [individually](docs/install/plugins/) on existing OSS clusters or use the [all-in-one packages](docs/install/) for new clusters. Most of these Elasticsearch plugins have corresponding Kibana plugins that provide a convenient, unified user interface.