Assisting Mapping configuration from GUI including reindexing #62129
Labels
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
Feature:Mappings Editor
Index mappings editor UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Describe the feature:
Assisting Mapping configuration for new (and old) indices from a visual interface (e.g.: the "Index Management" section), so Kibana users can select the correct type of each field for the index.
Once all the fields types have been changed, the UI should offer the possibility to the user of creating a template with the new mapping and reindex the baseline index (the one used to set up the new mapping) or a list of indices.
It should be great if the final reindex is double (or at least it could be chosen), so the name of the final index could be the same of the initial one by performing the following operations:
Describe a specific use case for the feature:
Mapping is painful starting from scratch, so it is common to index a sample of documents in a temporal index and use the mapping set by Elasticsearch from a starting point.
So the feature described above would be great to fine tune the mapping of the indices from a sample of documents.
Even, it would be better if the user wouldn't have to index the sample, so there would be a new section in the UI were a file could be uploaded with a sample of documents and Elasticsearch would suggest the mapping, allowing the user to modify it.
The text was updated successfully, but these errors were encountered: