computer-playbook/roles/docker-elk/templates/elasticsearch.yml.j2

14 lines
470 B
Plaintext
Raw Normal View History

2020-12-30 15:41:34 +01:00
---
## Default Elasticsearch configuration from Elasticsearch base image.
## https://github.com/elastic/elasticsearch/blob/master/distribution/docker/src/docker/config/elasticsearch.yml
#
2023-04-18 15:41:14 +02:00
cluster.name: "server_docker-cluster"
2020-12-30 15:41:34 +01:00
network.host: 0.0.0.0
## X-Pack settings
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-xpack.html
#
xpack.license.self_generated.type: basic
xpack.security.enabled: true
xpack.monitoring.collection.enabled: true