Skip to content

Instantly share code, notes, and snippets.

@maksim-paskal
Created June 5, 2020 09:21
Show Gist options
  • Save maksim-paskal/38b5ff0931766ef30c518e14c317c824 to your computer and use it in GitHub Desktop.
Save maksim-paskal/38b5ff0931766ef30c518e14c317c824 to your computer and use it in GitHub Desktop.
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