mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #768 from Security-Onion-Solutions/fix/es_watermark
Update ES watermark settings
This commit is contained in:
@@ -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%
|
||||||
|
|||||||
Reference in New Issue
Block a user