mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-10 17:00:59 +01:00
10 lines
308 B
YAML
10 lines
308 B
YAML
---
|
|
## 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
|
|
|
|
xpack.license.self_generated.type: trial
|
|
xpack.security.enabled: true
|