Merge pull request #768 from Security-Onion-Solutions/fix/es_watermark

Update ES watermark settings
This commit is contained in:
weslambert
2020-05-26 10:19:57 -04:00
committed by GitHub

View File

@@ -22,3 +22,7 @@ transport.bind_host: 0.0.0.0
transport.publish_host: {{ nodeip }} transport.publish_host: {{ nodeip }}
transport.publish_port: 9300 transport.publish_port: 9300
{%- endif %} {%- endif %}
cluster.routing.allocation.disk.threshold_enabled: true
cluster.routing.allocation.disk.watermark.low: 95%
cluster.routing.allocation.disk.watermark.high: 98%
cluster.routing.allocation.disk.watermark.flood_stage: 98%