Skip to content

Commit

Permalink
docker: adds more defaults to elasticsearch images
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <adrian@tetrate.io>
  • Loading branch information
Adrian Cole committed Jan 24, 2024
1 parent 38e9de9 commit c3fea11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ cluster.name: "docker-cluster"
xpack.ml.enabled: false
cluster.initial_master_nodes:
- zipkin-elasticsearch
# Avoid "flood stage disk watermark" errors
cluster.routing.allocation.disk.threshold_enabled: false
# We don't use geoip
ingest.geoip.downloader.enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ cluster.initial_master_nodes:
# This is a test image, so we are not afraid to delete all indices. Avoids:
# Wildcard expressions or all indices are not allowed
action.destructive_requires_name: false
# Avoid "flood stage disk watermark" errors
cluster.routing.allocation.disk.threshold_enabled: false
# We don't use geoip
ingest.geoip.downloader.enabled: false

0 comments on commit c3fea11

Please sign in to comment.