Files
bro-app-devopts/docker/elk/elasticsearch/config/elasticsearch.yml
Jeonghwa Koo a0e6539667 sfsdf
2021-06-07 20:47:39 +09:00

14 lines
466 B
YAML
Executable File

---
## Default Elasticsearch configuration from Elasticsearch base image.
## https://github.com/elastic/elasticsearch/blob/master/distribution/docker/src/docker/config/elasticsearch.yml
#
cluster.name: "docker-cluster"
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: trial
#xpack.security.enabled: true
#xpack.monitoring.collection.enabled: true