diff --git a/extra/elasticsearch.yml b/extra/elasticsearch.yml index a4eaf5c..c1a3a70 100644 --- a/extra/elasticsearch.yml +++ b/extra/elasticsearch.yml @@ -2,7 +2,7 @@ version: '3.7' services: - wazuh-elasticsearch: + elasticsearch: image: amazon/opendistro-for-elasticsearch:1.12.0 hostname: elasticsearch restart: unless-stopped @@ -10,7 +10,7 @@ services: - "${MISTBORN_BIND_IP}:9200:9200" environment: - discovery.type=single-node - - cluster.name=wazuh-cluster + - cluster.name=mistborn-cluster - network.host=0.0.0.0 - "ES_JAVA_OPTS=-Xms512m -Xmx512m" - bootstrap.memory_lock=true