Field type (Mapping) conflicts

I got this error message:

4 fields are defined as several types (string, integer, etc) across the indices that match this pattern. You may still be able to use these conflict fields in parts of Kibana, but they will be unavailable for functions that require Kibana to know their type. Correcting this issue will require reindexing your data.

The correct field type for each must be:

message.data text
message.ip_address ip
message.status_code long
message.time date

How can I solve this conflicts?

Thanks for your help in advance

Hello @ELKcgnuser !

You will need to reindex some set of the indices being targetted by the data view (legacy: index pattern) that you are using. To convert types you could use an ingest pipeline, for example:

See related discuss issue:

Hi JLeysens
Thanks for your help, let me try it this and will back to you with the results. Not totally sure how to do it but will read the documentation and the related discuss issue as well.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.