Elasticsearch tried to parse field [null] as object, but found a concrete value Elasticsearch tried to parse field [null] as object, but found a concrete value elasticsearch elasticsearch

Elasticsearch tried to parse field [null] as object, but found a concrete value


Sorry, a bit late. I have faced the same problem and here's what i found: you can't change the mapping since ES 6.4. You must delete the existing index and recreate it. That's what i did and it worked perfectly

https://www.elastic.co/guide/en/elasticsearch/reference/6.4/indices-delete-mapping.html