diff --git a/examples/bus_template.json b/examples/bus_template.json index a175552..c899e0a 100644 --- a/examples/bus_template.json +++ b/examples/bus_template.json @@ -5,14 +5,12 @@ "number_of_replicas" : 0 }, "mappings": { - "_default_": { - "_all": { "enabled": false }, - "_source": { "compress": true }, - "properties" : { + "_doc": { + "properties" : { "location": { "type": "geo_point" }, "@tags": { "type": "string", "index" : "not_analyzed" }, "@timestamp" : { "type" : "date", "index" : "not_analyzed" } } } } -} \ No newline at end of file +}