appbaseio / mirage

:art: GUI for simplifying Elasticsearch Query DSL
http://opensource.appbase.io/mirage
Other
2.21k stars 125 forks source link

Support for index aliases #31

Closed zpchavez closed 7 years ago

zpchavez commented 7 years ago

Mirage should have the option to select an index by its alias. When following the zero down-time reindex pattern, the index name will change with every reindexing, but the alias will remain the same. Currently this means all saved queries in Mirage will become invalid.

siddharthlatest commented 7 years ago

@zpchavez Yes, aliases should be supported instead of app name.

And also confirming the issue - currently, mirage returns a 401 error code.

siddharthlatest commented 7 years ago

Fixed here https://github.com/appbaseio/mirage/commit/cd500ee069b9d2315d29b13b0e298819f16ef015.