Hello guys,
18 index has been migrated as well from old cluster with ES 1.7 to a new cluster with ES 2.0, but I have a problem with 1 index, here is the message:
curl -XPOST http://cviadpzl01:9200/_snapshot/my_backup/snapshot_7/_restore?pretty
{
"error" : {
"root_cause" : [ {
"type" : "snapshot_restore_exception",
"reason" : "[my_backup:snapshot_7] cannot restore index [graylog2_19] because it cannot be upgraded"
} ],
"type" : "snapshot_restore_exception",
"reason" : "[my_backup:snapshot_7] cannot restore index [graylog2_19] because it cannot be upgraded",
"caused_by" : {
"type" : "illegal_state_exception",
"reason" : "unable to upgrade the mappings for the index [graylog2_19], reason: [Mapper for [_timestamp] conflicts with existing mapping in other types:\n[mapper [_timestamp] is used by multiple types. Set update_all_types to true to update [format] across all types.]]",
"caused_by" : {
"type" : "illegal_argument_exception",
"reason" : "Mapper for [_timestamp] conflicts with existing mapping in other types:\n[mapper [_timestamp] is used by multiple types. Set update_all_types to true to update [format] across all types.]"
}
}
},
"status" : 500
}
Someone knows what I can to do for fix it?.
Thank you.