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:
parent
45d0d90b50
commit
0cf268f91a
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue