From 506a66f5a8b1743c3010e90ff574e52f4e0f8bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Tue, 23 Jul 2024 13:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=20elastic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- apps/elastic-elasticsearch/8.14.3/config/elasticsearch.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/elastic-elasticsearch/8.14.3/config/elasticsearch.yml b/apps/elastic-elasticsearch/8.14.3/config/elasticsearch.yml index 6d69c85bb..a13e3320c 100644 --- a/apps/elastic-elasticsearch/8.14.3/config/elasticsearch.yml +++ b/apps/elastic-elasticsearch/8.14.3/config/elasticsearch.yml @@ -1,7 +1,9 @@ discovery: type: single-node + network: host: 0.0.0.0 + http: host: 0.0.0.0 port: 9200 @@ -9,12 +11,11 @@ http: enabled: true allow-origin: "*" allow-headers:xpack: X-Requested-With,Content-Type,Content-Length,Authorization + path: repo: - /usr/share/elasticsearch/backup -xpack.security.enabled: true - xpack: security: enabled: true