You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/platform/src/add-services/opensearch.md
+43
Original file line number
Diff line number
Diff line change
@@ -374,6 +374,49 @@ This is the complete list of plugins that can be enabled:
374
374
| `repository-s3` | Support for using S3 as a repository for Snapshot/Restore | * | * |
375
375
| `transport-nio` | Support for NIO transport | * | * |
376
376
377
+
### Alternative plugins
378
+
379
+
**These plugins are currently available for `OpenSearch 2.0` only.** The names below show exactly how they should be added to your configuration. For example, to use the `alerting` plugin, specify it in your `services.yaml` as so:
380
+
381
+
```yaml {configFile="services"}
382
+
# The name of the service container. Must be unique within a project.
It should be noted that **these names may differ to what they are commonly known as** in the [OpenSearch docs](https://opensearch.org/docs/latest/). To help your understanding of what each plugin does, please click each plugin name for a link to the corresponding Github repository.
| [`alerting`](https://github.com/opensearch-project)| Monitor data and send alert notifications automatically | N/A | * |
401
+
|[`opensearch-anomaly-detection`](https://github.com/opensearch-project/anomaly-detection)| Detect anomalies as your log data and monitor data in near real time | N/A | * |
402
+
|[`asynchronous-search`](https://github.com/opensearch-project/asynchronous-search)|Run search queries in the background and retrieve results as they become available | N/A | * |
403
+
|[`opensearch-cross-cluster-replication`](https://github.com/opensearch-project/cross-cluster-replication)|Replicate data across two OpenSearch clusters | N/A | * |
404
+
|[`opensearch-custom-codecs`](https://github.com/opensearch-project/custom-codecs)| Provide custom Lucene codecs for loading through Apache Lucene's `NamedSPILoader` | N/A | * |
405
+
|[`opensearch-flow-framework`](https://github.com/opensearch-project/flow-frame)| Innovate AI applications on OpenSearch | N/A | * |
406
+
|[`notifications`](https://github.com/opensearch-project/notifications)| A central location for all of your notifications from OpenSearch plugins | N/A | * |
407
+
|[`opensearch-reports-scheduler`](https://github.com/opensearch-project/reporting)|Export and share reports from OpenSearch Dashboards dashboards, saved search, alerts and visualizations | N/A | * |
408
+
|[`geospatial`](https://github.com/opensearch-project/geospatial)|An OpenSearch plugin that contains geospatial specific features | N/A | * |
409
+
|[`opensearch-index-management`](https://github.com/opensearch-project/index-management)|A suite of features to monitor and manage indexes | N/A | * |
410
+
|[`opensearch-job-scheduler`](https://github.com/opensearch-project/job-scheduler)|Schedule periodical jobs running within OpenSearch nodes | N/A | * |
411
+
|[`opensearch-knn`](https://github.com/opensearch-project/k-NN)|Easily run the nearest neighbor search on billions of documents | N/A | * |
|[`neural-search`](https://github.com/opensearch-project/neural-search)|Index documents and conduct a neural search on indexed documents | N/A | * |
415
+
|[`opensearch-observability`](https://github.com/opensearch-project/observability)|Collection of plugins and applications that let you visualize data-driven events | N/A | * |
416
+
|[`performance-analyzer`](https://github.com/opensearch-project/performance-analyzer)|A REST API that allows you to query numerous performance metrics | N/A | * |
417
+
|[`opensearch-sql-plugin`](https://github.com/opensearch-project/sql)|Extract insights out of OpenSearch using the familiar SQL or Piped Processing Language (PPL) query syntax | N/A | * |
418
+
419
+
377
420
### Plugin removal
378
421
379
422
Removing plugins previously added in your `{{< vendor/configfile "services" >}}` file doesn't automatically uninstall them from your OpenSearch instances.
Copy file name to clipboardExpand all lines: sites/upsun/src/add-services/opensearch.md
+42-1
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,7 @@ In this example you'd have the ICU analysis plugin and the size mapper plugin.
408
408
409
409
If there is a publicly available plugin you need that isn't listed here, [contact support](/learn/overview/get-support.md).
410
410
411
-
### Available plugins
411
+
### Available plugins
412
412
413
413
This is the complete list of plugins that can be enabled:
414
414
@@ -428,6 +428,47 @@ This is the complete list of plugins that can be enabled:
428
428
| `repository-s3` | Support for using S3 as a repository for Snapshot/Restore | * | * |
429
429
| `transport-nio` | Support for NIO transport | * | * |
430
430
431
+
432
+
### Alternative plugins
433
+
434
+
**These plugins are currently available for `OpenSearch 2.0` only.** The names below show exactly how they should be added to your configuration. For example, to use the `alerting` plugin, specify it in your `services.yaml` as so:
It should be noted that **these names may differ to what they are commonly known as in the [OpenSearch docs](https://opensearch.org/docs/latest/).** To help your understanding of what each plugin does, please click each plugin for a link to the corresponding GitHub repositories.
| [`alerting`](https://github.com/opensearch-project)| Monitor data and send alert notifications automatically | N/A | * |
454
+
|[`opensearch-anomaly-detection`](https://github.com/opensearch-project/anomaly-detection)| Detect anomalies as you log and monitor data in near real time | N/A | * |
455
+
|[`asynchronous-search`](https://github.com/opensearch-project/asynchronous-search)|Run search queries in the background and retrieve results as they become available | N/A | * |
456
+
|[`opensearch-cross-cluster-replication`](https://github.com/opensearch-project/cross-cluster-replication)|Replicate data across two opensearch clusters | N/A | * |
457
+
|[`opensearch-custom-codecs`](https://github.com/opensearch-project/custom-codecs)| Provide custom Lucene codecs for loading through Apache Lucene's `NamedSPILoader` | N/A | * |
458
+
|[`opensearch-flow-framework`](https://github.com/opensearch-project/flow-frame)| Innovate AI applications on OpenSearch | N/A | * |
459
+
|[`notifications`](https://github.com/opensearch-project/notifications)| A central location for all of your notifications from OpenSearch plugins | N/A | * |
460
+
|[`opensearch-reports-scheduler`](https://github.com/opensearch-project/reporting)|Export and share reports from OpenSearch Dashboards dashboards, saved search, alerts and visualizations | N/A | * |
461
+
|[`geospatial`](https://github.com/opensearch-project/geospatial)|An OpenSearch plugin that contains geospatial specific features | N/A | * |
462
+
|[`opensearch-index-management`](https://github.com/opensearch-project/index-management)|A suite of features to monitor and manage indexes | N/A | * |
463
+
|[`opensearch-job-scheduler`](https://github.com/opensearch-project/job-scheduler)|Schedule periodical jobs running within OpenSearch nodes | N/A | * |
464
+
|[`opensearch-knn`](https://github.com/opensearch-project/k-NN)|Run the nearest neighbor search on billions of documents | N/A | * |
|[`neural-search`](https://github.com/opensearch-project/neural-search)|Index documents and conduct a neural search on indexed documents | N/A | * |
468
+
|[`opensearch-observability`](https://github.com/opensearch-project/observability)|Collection of plugins and applications to visualize data-driven events | N/A | * |
469
+
|[`performance-analyzer`](https://github.com/opensearch-project/performance-analyzer)|A REST API to query numerous performance metrics | N/A | * |
470
+
|[`opensearch-sql-plugin`](https://github.com/opensearch-project/sql)|Extract insights out of OpenSearch using SQL or Piped Processing Language (PPL) | N/A | * |
471
+
431
472
### Plugin removal
432
473
433
474
Removing plugins previously added in your `{{< vendor/configfile "services" >}}` file doesn't automatically uninstall them from your OpenSearch instances.
0 commit comments