Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created January 22, 2021 22:32
Show Gist options
  • Save denzhel/94e1d6055c8c859748853082d3fb617a to your computer and use it in GitHub Desktop.
Save denzhel/94e1d6055c8c859748853082d3fb617a to your computer and use it in GitHub Desktop.
elasticsearch node disk usage

To get information about disk usage on every elasticsearch node:

curl -XGET "http://localhost:9200/_cat/allocation?v&pretty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment