Created
August 31, 2017 18:45
-
-
Save jworl/99ae838e99f01e50af55dade6099ef3f to your computer and use it in GitHub Desktop.
display elasticsearch index properties
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
index=$1 | |
curl -XGET 'http://localhost:9200/${index}?pretty' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment