From 1d26ea13787762a26127d28a49849e9ea0ce9416 Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Fri, 24 Nov 2023 18:31:47 +0100 Subject: [PATCH] Fix ES sample config with no auth is user (#1318) * Redirect the old ES page to the new one * Fix ES configuration sample `ES_USER` and `ES_PASS` need to be undefined when no auth should be used --- content/en/admin/elasticsearch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/admin/elasticsearch.md b/content/en/admin/elasticsearch.md index c3a6e47d..cf33bda3 100644 --- a/content/en/admin/elasticsearch.md +++ b/content/en/admin/elasticsearch.md @@ -67,8 +67,8 @@ ES_ENABLED=true ES_HOST=localhost ES_PORT=9200 ES_PRESET= # single_node_cluster, small_cluster or large_cluster -ES_USER= -ES_PASS= +# ES_USER= +# ES_PASS= ``` ### Choosing the correct preset