Update plugin documentation to reference the CAT API (#1962)
* Update plugin documentation to reference the CAT API Signed-off-by: ariamarble <armarble@amazon.com> * made editorial changes Signed-off-by: ariamarble <armarble@amazon.com> Signed-off-by: ariamarble <armarble@amazon.com>
This commit is contained in:
parent
aed479e87c
commit
b4d1ad7b83
|
@ -52,9 +52,32 @@ opensearch-security
|
|||
opensearch-sql
|
||||
```
|
||||
|
||||
You can also list installed plugins by using the [CAT API]({{site.url}}{{site.baseurl}}/api-reference/cat/cat-plugins/).
|
||||
|
||||
#### Path and HTTP method
|
||||
|
||||
```bash
|
||||
GET _cat/plugins
|
||||
```
|
||||
|
||||
#### Sample response
|
||||
|
||||
```bash
|
||||
opensearch-node1 opensearch-alerting 2.0.1.0
|
||||
opensearch-node1 opensearch-anomaly-detection 2.0.1.0
|
||||
opensearch-node1 opensearch-asynchronous-search 2.0.1.0
|
||||
opensearch-node1 opensearch-cross-cluster-replication 2.0.1.0
|
||||
opensearch-node1 opensearch-index-management 2.0.1.0
|
||||
opensearch-node1 opensearch-job-scheduler 2.0.1.0
|
||||
opensearch-node1 opensearch-knn 2.0.1.0
|
||||
opensearch-node1 opensearch-ml 2.0.1.0
|
||||
opensearch-node1 opensearch-notifications 2.0.1.0
|
||||
opensearch-node1 opensearch-notifications-core 2.0.1.0
|
||||
```
|
||||
|
||||
## Install
|
||||
|
||||
There are three ways to install plugins using `opensearch-plugin`:
|
||||
There are three ways to install plugins using the `opensearch-plugin`:
|
||||
|
||||
- [Install a plugin by name]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#install-a-plugin-by-name)
|
||||
- [Install a plugin by from a zip file]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#install-a-plugin-from-a-zip-file)
|
||||
|
|
Loading…
Reference in New Issue