From 9f8ecf96ab3d0d136ee6bed5a1ead9918ee2163c Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Tue, 13 Sep 2022 12:40:07 -0700 Subject: [PATCH 1/2] Update `docker-compose.yml`. Signed-off-by: Yury-Fridlyand --- _opensearch/install/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_opensearch/install/docker.md b/_opensearch/install/docker.md index 5b2254dccc..63e0f4094f 100644 --- a/_opensearch/install/docker.md +++ b/_opensearch/install/docker.md @@ -131,7 +131,7 @@ services: - cluster.name=opensearch-cluster - node.name=opensearch-node2 - discovery.seed_hosts=opensearch-node1,opensearch-node2 - - cluster.initial_master_nodes=opensearch-node1,opensearch-node2 + - cluster.initial_cluster_manager_nodes=opensearch-node1,opensearch-node2 - bootstrap.memory_lock=true - "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m" ulimits: @@ -396,4 +396,4 @@ networks: The environment variable `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables the security dashboards plugin in OpenSearch Dashboards by removing the security dashboards plugin folder, removing all related settings in the `opensearch_dashboards.yml` file, and setting the `opensearch.hosts` entry protocol from HTTPS to HTTP. You can't reverse this step as the security dashboards plugin is removed in the process. To re-enable security for OpenSearch Dashboards, start a new container and set `DISABLE_SECURITY_DASHBOARDS_PLUGIN` to false or leave it unset. -{: .note} \ No newline at end of file +{: .note} From d889d2f678614242bc0d1b21947d68c55a0b6326 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Tue, 13 Sep 2022 12:48:40 -0700 Subject: [PATCH 2/2] Type fix. Signed-off-by: Yury-Fridlyand --- _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 63e0f4094f..b373350726 100644 --- a/_opensearch/install/docker.md +++ b/_opensearch/install/docker.md @@ -396,4 +396,4 @@ networks: The environment variable `"DISABLE_SECURITY_DASHBOARDS_PLUGIN=true"` disables the security dashboards plugin in OpenSearch Dashboards by removing the security dashboards plugin folder, removing all related settings in the `opensearch_dashboards.yml` file, and setting the `opensearch.hosts` entry protocol from HTTPS to HTTP. You can't reverse this step as the security dashboards plugin is removed in the process. To re-enable security for OpenSearch Dashboards, start a new container and set `DISABLE_SECURITY_DASHBOARDS_PLUGIN` to false or leave it unset. -{: .note} +{: .note} \ No newline at end of file