Skip to content

Instantly share code, notes, and snippets.

@ufo22940268
Created June 14, 2021 06:27
Show Gist options
  • Save ufo22940268/89c8b609aa1f6598cb96dab9baa0e3fa to your computer and use it in GitHub Desktop.
Save ufo22940268/89c8b609aa1f6598cb96dab9baa0e3fa to your computer and use it in GitHub Desktop.
---
## Default Elasticsearch configuration from Elasticsearch base image.
## https://github.com/elastic/elasticsearch/blob/7.11/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/7.11/setup-xpack.html
xpack.license.self_generated.type: basic
xpack.security.enabled: false
xpack.monitoring.collection.enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment