I m getting merge_mapping_exception when I m updating mapping,
http://localhost:9200/logstash/filedoc/_mapping?ignore_conflicts=true
{
"properties": {
"id": {
"type": "long"
}
}
}
{
"logstash": {
"aliases": {},
"mappings": {
"filedoc": {
"properties": {
"@timestamp": {
"type": "date",
"format": "strict_date_optional_time||epoch_millis"
},
"@version": {
"type": "string"
},
"date": {
"type": "date",
"format": "yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"ignition": {
"type": "string"
},
"lat": {
"type": "string"
},
"long": {
"type": "string"
},
"odometer": {
"type": "string"
},
"reg": {
"type": "string"
},
"speed": {
"type": "string"
},
"time": {
"type": "string"
}
}
}
}
>