Hello folks,
I'm trying to run inviso with elastic search 2.3.2.
While trying to run this command:
curl -XPUT http://localhost:9200/inviso -d @inviso/elasticsearch/mappings/config-settings.json
I get the following error:
{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"Mapping definition for [_timestamp] has unsupported parameters: [store : true]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [default]: Mapping definition for [_timestamp] has unsupported parameters: [store : true]","caused_by":{"type":"mapper_parsing_exception","reason":"Mapping definition for [_timestamp] has unsupported parameters: [store : true]"}},"status":400}
How can we adjust inviso in order to have it compatible with elastic search 2.3.2 ?
Hello folks,
I'm trying to run inviso with elastic search 2.3.2.
While trying to run this command:
curl -XPUT http://localhost:9200/inviso -d @inviso/elasticsearch/mappings/config-settings.jsonI get the following error:
How can we adjust inviso in order to have it compatible with elastic search 2.3.2 ?