Skip to content

Instantly share code, notes, and snippets.

@kapilgupta101292
Created December 30, 2019 05:21
Show Gist options
  • Select an option

  • Save kapilgupta101292/e94c0685f04d61c3be82c3daead1ddc8 to your computer and use it in GitHub Desktop.

Select an option

Save kapilgupta101292/e94c0685f04d61c3be82c3daead1ddc8 to your computer and use it in GitHub Desktop.
Elastic Search Commands
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