-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
If indexes used in import\aggregations are not existing yet
then initialize them with proper configuration on application startup
example mapping required for heatmap
{"mappings": {"event": {"properties": {"activityId": { "type": "text", "fielddata": true}}}}}
Hint
see https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
add in readme instructions how to get schema information from ES instance i.e.
curl -XGET localhost:9200/optimize?pretty