Update plugins.md

This commit is contained in:
aetter 2021-06-10 09:23:05 -07:00
parent 005584554b
commit 9fea38c2cf
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ To remove a plugin:
sudo bin/opensearch-dashboards-plugin remove <plugin-name>
```
Then remove all associated entries from `opensearch_dashboards.yml`.
For certain plugins, you must also remove the "optimze" bundle. This is a sample command for the Anomaly Detection plugin:
```bash