From a40e2f3f154f6e12bef54be09a2bbdb5fa5a07aa Mon Sep 17 00:00:00 2001 From: Timo Gurr Date: Thu, 10 Jun 2021 20:38:05 +0200 Subject: [PATCH] Fix broken links Signed-off-by: Timo Gurr --- _security-plugin/configuration/disable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_security-plugin/configuration/disable.md b/_security-plugin/configuration/disable.md index 800d3584..a78dc1d5 100755 --- a/_security-plugin/configuration/disable.md +++ b/_security-plugin/configuration/disable.md @@ -19,7 +19,7 @@ A more permanent option is to remove the security plugin entirely: 1. Delete the `plugins/opensearch-security` folder on all nodes. 1. Delete all `plugins.security.*` configuration entries from `opensearch.yml`. -To perform these steps on the Docker image, see [Customize the Docker image]({{site.url}}{{site.baseurl}}/opensearch/install/docker/#customize-the-docker-image). +To perform these steps on the Docker image, see [Customize the Docker image]({{site.url}}{{site.baseurl}}/opensearch/install/docker#customize-the-docker-image). Disabling or removing the plugin exposes the configuration index for the security plugin. If the index contains sensitive information, be sure to protect it through some other means. If you no longer need the index, delete it. {: .warning } @@ -29,7 +29,7 @@ Disabling or removing the plugin exposes the configuration index for the securit The security plugin is actually two plugins: one for OpenSearch and one for OpenSearch Dashboards. You can use the OpenSearch plugin independently, but the OpenSearch Dashboards plugin depends on a secured OpenSearch cluster. -If you disable the security plugin in `opensearch.yml` (or delete the plugin entirely) and still want to use OpenSearch Dashboards, you must remove the corresponding OpenSearch Dashboards plugin. For more information, see [OpenSearch Dashboards plugin install]({{site.url}}{{site.baseurl}}/dashboards/install/plugins/). +If you disable the security plugin in `opensearch.yml` (or delete the plugin entirely) and still want to use OpenSearch Dashboards, you must remove the corresponding OpenSearch Dashboards plugin. For more information, see [OpenSearch Dashboards plugin install]({{site.url}}{{site.baseurl}}/dashboards/install/plugins). ### Docker