elk-oss-docker/elasticsearch/config/elasticsearch.yml

10 lines
267 B
YAML
Raw Normal View History

2023-01-06 18:28:08 +09:00
---
## Default Elasticsearch configuration from Elasticsearch base image.
## https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/config/elasticsearch.yml
#
cluster.name: docker-cluster
network.host: 0.0.0.0
discovery.type: single-node