Created
June 5, 2020 09:21
-
-
Save maksim-paskal/38b5ff0931766ef30c518e14c317c824 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PUT _cluster/settings | |
{ | |
"persistent": { | |
"cluster.routing.allocation.disk.threshold_enabled": true, | |
"cluster.routing.allocation.disk.watermark.low": "93%", | |
"cluster.routing.allocation.disk.watermark.high": "95%", | |
"cluster.info.update.interval": "5m" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment