Field has a type conflict

I have a field mapped as geo_point in my indices. A new index is created every day. In some of the indices the field was saved as a geo_point field with coordinates, but now instead of a geo_point, its lon and lat are getting saved as two multi-fields. So now i'm getting a conflict because the field is defined as several types. What could be causing this?

Hello, see this thread with the same problem: How to fix mapping conflict? - #3 by filebeat_win

1 Like

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