I have an index with name X-001
with this mapping:
{
"time": {
"type": "date"
}
}
after linking index to ilm, and rollover action:
elastic creates index X-002
but in mapping i see this :
{
"time": {
"type": "long"
}
}
why this happened? and how can i fix this?
index pattern error:
Mapping conflict
2 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.