2017-05-08 18:55:32 +02:00
|
|
|
---
|
2019-08-03 16:30:56 +02:00
|
|
|
## Default Elasticsearch configuration from Elasticsearch base image.
|
2022-09-20 16:22:57 +02:00
|
|
|
## https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/config/elasticsearch.yml
|
2017-05-08 18:55:32 +02:00
|
|
|
#
|
2022-11-17 21:01:15 +01:00
|
|
|
cluster.name: docker-cluster
|
2020-10-14 02:37:09 +02:00
|
|
|
network.host: 0.0.0.0
|
2017-05-08 18:55:32 +02:00
|
|
|
|
2019-05-06 23:41:14 +02:00
|
|
|
## X-Pack settings
|
2022-02-10 17:56:20 +01:00
|
|
|
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
|
2019-05-06 23:41:14 +02:00
|
|
|
#
|
|
|
|
|
xpack.license.self_generated.type: trial
|
|
|
|
|
xpack.security.enabled: true
|