Sha256: ea3719f7ad031523d6c9627fbc35de04f5fe60fc18e537916bef8f4973952714
Contents?: true
Size: 1.22 KB
Versions: 97
Compression:
Stored size: 1.22 KB
Contents
{ "template" : "overwrite-*", "version" : 60001, "settings" : { "index.refresh_interval" : "1s", "number_of_shards": 1, "index.lifecycle.name": "overwrite-policy", "index.lifecycle.rollover_alias": "overwrite" }, "mappings" : { "_default_" : { "dynamic_templates" : [ { "message_field" : { "path_match" : "message", "match_mapping_type" : "string", "mapping" : { "type" : "text", "norms" : false } } }, { "string_fields" : { "match" : "*", "match_mapping_type" : "string", "mapping" : { "type" : "text", "norms" : false, "fields" : { "keyword" : { "type": "keyword", "ignore_above": 256 } } } } } ], "properties" : { "@timestamp": { "type": "date"}, "@version": { "type": "keyword"}, "geoip" : { "dynamic": true, "properties" : { "ip": { "type": "ip" }, "location" : { "type" : "geo_point" }, "latitude" : { "type" : "half_float" }, "longitude" : { "type" : "half_float" } } } } } } }
Version data entries
97 entries across 97 versions & 2 rubygems