Skip to content

Instantly share code, notes, and snippets.

@azibom
Created October 31, 2020 11:37
Show Gist options
  • Save azibom/f2c07daa0af0524793d074b3cf735b72 to your computer and use it in GitHub Desktop.
Save azibom/f2c07daa0af0524793d074b3cf735b72 to your computer and use it in GitHub Desktop.
elastic

Get all indexes:

GET /_cat/indices/

Get all info about the index structure:

GET /<index_name>/_mapping

Get all data that are inside the index:

GET /<index_name>/_search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment