Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET _indices API #4614

Closed
rashidkpc opened this issue Jan 3, 2014 · 1 comment
Closed

GET _indices API #4614

rashidkpc opened this issue Jan 3, 2014 · 1 comment

Comments

@rashidkpc
Copy link

With the removal of _aliases (#4539) we've lost an endpoint for efficiently listing available indices & aliases, which Kibana relies on for computing timestamped indices.

It would be nice to have an _indices endpoint that could efficiently return a list of indices with a configurable amount of additional granularity, eg mappings, settings, aliases.

Bonus points if we could support wildcard matching here for both index and alias names, eg

** Every index name **

/_indices

** Every index with its aliases and settings **

/_indices?aliases

** Every index named mydata-* or with an alias matching mydata-, along with its mapping *

/mydata-*/_indices?mapping
@clintongormley
Copy link

Closing in favor of #4069

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

No branches or pull requests

3 participants