-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Edit mappings within Kibana #8299
Comments
Sorry, I'm not sure what you're referring to. Kibana supports IP fields. What part of Kibana are you talking about specifically? |
Sorry..should have explained better. Per Kibana -> Settings -> Indices:
Managing mappings via curl/Sense is challenging. For example, I have a field I just realized is "analyzed":
It would be SO much easier to go to Kibana -> Settings -> Indices, find the field, uncheck analyzed, update. I guess I'm looking to Kibana to integrate Mapping management. Unless there's a plugin I'm missing. Thank you. |
Ah, yeah I'm with you, that would be awesome. The difficulty is that for almost any mapping change, you're going to have to re-index your data. Which is something we could handle now that ES has a reindex API, but it makes things more complex. I do think we'll add this some day because it would be so useful but probably not in the near future. |
Awesome...thank you. |
This would make sense for templates as a first step. |
Linking #8110 as it's probably related |
I see that kibana now supports VIEWING mapping in index management at /app/kibana#/management/elasticsearch/index_management/home. It felt so natural to focus the field, change the data type and hit "save", but there is no "save" for this screen :( it feels we are almost there, dunno why need for reindex prevents us from changing the mapping in kibana |
You can not change the mapping for an existing field in Elasticsearch (only add new fields) and thus you can't do this in Kibana. |
it would not be that bad if ES reindex allowed to reindex to the same index name. right now its not fire-and-forget, you need to wait for reindex to complete to swap the indices. but yes, thats out of kibana scope. |
closing as this is really a feature request for ReIndexing support in GUI |
Topic says it....it would be nice to have full mapping capabilities within Kibana. For example, IP address is missing. Thank you.
The text was updated successfully, but these errors were encountered: