Sha256: 11de3d1dcbeeb436f0341921310fb804f62de9920e7d0aec9bbd56fdcb3b6eb5
Contents?: true
Size: 1.24 KB
Versions: 74
Compression:
Stored size: 1.24 KB
Contents
{ "index_patterns" : "logstash-*", "version" : 80001, "template" : { "settings" : { "index.refresh_interval" : "5s", "number_of_shards": 1 }, "mappings" : { "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" } } } } } }, "priority": 200, "_meta" : { "description": "index template for logstash-output-elasticsearch" } }
Version data entries
74 entries across 72 versions & 2 rubygems