mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-02 20:34:40 +07:00
13 lines
427 B
YAML
13 lines
427 B
YAML
---
|
|
## 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/security-settings.html
|
|
#
|
|
xpack.license.self_generated.type: trial
|
|
xpack.security.enabled: true
|