Sha256: 29c9d816f06c9fab72954c121acfa347ed03dea714480f3f86eb28e7609b5198
Contents?: true
Size: 1.38 KB
Versions: 12
Compression:
Stored size: 1.38 KB
Contents
{ "index_patterns": "logstash-*", "version": 60001, "priority": 10, "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" } } } } } } }
Version data entries
12 entries across 4 versions & 1 rubygems