Sha256: 8c5c4d96cd6bc5015195cc54456a2ff4977bafb7902acf22a221438fd5c43e15

Contents?: true

Size: 900 Bytes

Versions: 3

Compression:

Stored size: 900 Bytes

Contents

{
  "template" : "logstash-*",
  "settings" : {
    "index.refresh_interval" : "5s"
  },
  "mappings" : {
    "_default_" : {
       "_all" : {"enabled" : true},
       "dynamic_templates" : [ {
         "string_fields" : {
           "match" : "*",
           "match_mapping_type" : "string",
           "mapping" : {
             "type" : "string", "index" : "analyzed", "omit_norms" : true,
               "fields" : {
                 "raw" : {"type": "string", "index" : "not_analyzed", "ignore_above" : 256}
               }
           }
         }
       } ],
       "properties" : {
         "@version": { "type": "string", "index": "not_analyzed" },
         "geoip"  : {
           "type" : "object",
             "dynamic": true,
             "path": "full",
             "properties" : {
               "location" : { "type" : "geo_point" }
             }
         }
       }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logstash-output-elasticsearch-0.1.6 lib/logstash/outputs/elasticsearch/elasticsearch-template.json
logstash-output-elasticsearch-0.1.5 lib/logstash/outputs/elasticsearch/elasticsearch-template.json
logstash-output-elasticsearch-0.1.1 lib/logstash/outputs/elasticsearch/elasticsearch-template.json