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