{ "template": "*", "settings" : { "number_of_shards" : 5, "number_of_replicas" : 0, "index" : { "store" : { "compress" : { "stored" : true, "tv": true } } } }, "mappings": { "_default_": { "_all": { "enabled": false }, "_source": { "compress": true }, "dynamic_templates": [ { "string_template" : { "match" : "*", "mapping": { "type": "string", "index": "not_analyzed" }, "match_mapping_type" : "string" } } ], "properties" : { "@timestamp" : { "type" : "date", "index" : "not_analyzed" } } } } }