Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created March 3, 2016 04:22
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 vinbarnes/b664f2257c1908f39c21 to your computer and use it in GitHub Desktop.
Save vinbarnes/b664f2257c1908f39c21 to your computer and use it in GitHub Desktop.
Get the list of ES indices
GET <host>:<port>/*/_aliases?pretty
{
"development-section-16": {
"aliases": {}
},
"development-section-15": {
"aliases": {}
},
"zeumo": {
"aliases": {}
},
"test1": {
"aliases": {}
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment