Hello all, we're reindexing from a remote cluster to a new one, the issue I'm having is that the source index name has special characters and escaping them doesn't seem to work.
However, when I run the reindex from remote operation I get the following output:
.....................................
"failures": [
{
"index": "winlogbeat-7.3.1-2018.10",
"type": "_doc",
"id": "5ur7d2YBim9jPLH0rFGq",
"cause": {
"type": "mapper_parsing_exception",
"reason": "object mapping for [host] tried to parse field [host] as object, but found a concrete value"
},
"status": 400
},
....................................................................
The source index was created with an older version of Winlogbeat and from looking at other posts I can see that it might be a ECS compatibility problem - what are my options in that case?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.