-
Notifications
You must be signed in to change notification settings - Fork 81
Description
It would be cool if there was a tab, dedicated to index management with features like:
a) choose from a list of indices
b) always list index settings/mappings of the chosen index in a textarea
b.1) put the analyzer settings in a separate textarea from type mappings
b.2) editing the analyzer settings and hitting save implies index will be closed, changes will be made and then it will be re-opened
b.3) editing the type mappings and hitting save implies it can happen live but may fail simply because non-sensical changes cannot be merged by ES
c) give an option to reindex data to a new index via scan/scroll query
[i can contribute some java code that i've already written for this task]
this would be super useful when type mappings cannot be saved as-is and we need to create a new index and port data.