Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dbwest
Created June 20, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbwest/ac73665f5cbed4218341e6d96ad1762b to your computer and use it in GitHub Desktop.
Save dbwest/ac73665f5cbed4218341e6d96ad1762b to your computer and use it in GitHub Desktop.
get es cluster health
ansible -i hosts all -m shell -a "curl http://127.0.0.1:9200/_cluster/health?pretty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment