From 9c6e1979a01217990163402687ea93796033e73f Mon Sep 17 00:00:00 2001 From: namrataa-p Date: Fri, 3 Dec 2021 23:47:39 +0530 Subject: [PATCH] Update docker.md Signed-off-by: namrataa-p --- _opensearch/install/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/install/docker.md b/_opensearch/install/docker.md index 43ab59d6..67b7c24c 100644 --- a/_opensearch/install/docker.md +++ b/_opensearch/install/docker.md @@ -376,5 +376,5 @@ networks: opensearch-net: ``` -The `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables security dashboards Plugin in OpenSearch Dashboards by removing security dashboards plugin folder, removing all related settings in `opensearch_dashboards.yml`, and sets `opensearch.hosts` entry protocol from HTTPS to HTTP. This step is not reversible as the security dashboards plugin is removed in the process. If you want to re-enable security for OpenSearch Dashboards, you need to start a new container with `DISABLE_SECURITY_DASHBOARDS_PLUGIN` unset, or false. +The enviroment variable `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables security dashboards plugin in OpenSearch Dashboards by removing security dashboards plugin folder, removing all related settings in `opensearch_dashboards.yml`, and sets `opensearch.hosts` entry protocol from HTTPS to HTTP. This step is not reversible as the security dashboards plugin is removed in the process. If you want to re-enable security for OpenSearch Dashboards, you need to start a new container with `DISABLE_SECURITY_DASHBOARDS_PLUGIN` unset, or false. {: .note}