Fix names of entries to delete from opensearch.yml when uninstalling the security plugin.

Signed-off-by: dblock <dblock@amazon.com>
This commit is contained in:
dblock 2021-06-09 07:04:09 -04:00
parent 45d0d90b50
commit 0cf268f91a
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ You might want to temporarily disable the security plugin to make testing or int
plugins.security.disabled: true
```
A more permanent option is to remove the security plugin entirely. Delete the `plugins/opensearch-security` folder on all nodes, and delete the `opensearch_security` configuration entries from `opensearch.yml`.
A more permanent option is to remove the security plugin entirely. Delete the `plugins/opensearch-security` folder on all nodes, and delete the `plugins.security.*` configuration entries from `opensearch.yml`.
To perform these steps on the Docker image, see [Customize the Docker image](../../../opensearch/install/docker/#customize-the-docker-image).