You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change mapping that affects new indexes within datastream, Kibana index pattern fields are still using old mapping, so eg. once field type was changed from text to keyword, Kibana still things that field is not aggregatable and that it's text field.
This is not issue with field capabilities API as it returns both types properly:
Either Kibana should be aware of this per-index or most easily, it should use latest state. For now, this makes it impossible to change field mappings.
Using Kibana version 7.12.1
It was probably possible in the past to manually update field cache, but got changed with #82223
Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered:
fpytloun
changed the title
Index pattern fields using old mapping
Index pattern fields using old types after ES index mapping change
Feb 25, 2022
Describe the feature:
When I change mapping that affects new indexes within datastream, Kibana index pattern fields are still using old mapping, so eg. once field type was changed from
text
tokeyword
, Kibana still things that field is not aggregatable and that it's text field.This is not issue with field capabilities API as it returns both types properly:
Either Kibana should be aware of this per-index or most easily, it should use latest state. For now, this makes it impossible to change field mappings.
Using Kibana version
7.12.1
It was probably possible in the past to manually update field cache, but got changed with #82223
Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered: