Created
December 30, 2019 05:21
-
-
Save kapilgupta101292/e94c0685f04d61c3be82c3daead1ddc8 to your computer and use it in GitHub Desktop.
Elastic Search Commands
This file contains hidden or 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
| curl -XGET -H "Content-Type: application/json" localhost:9200/_cat/indices?v | |
| _cat => catalog | |
| v => verbose format |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment