Sha256: 5174291e6c7f04925bc3a17114364f1267373883595bb948bde9db73c8a6349b

Contents?: true

Size: 807 Bytes

Versions: 3

Compression:

Stored size: 807 Bytes

Contents

{
  "template" : "proc-*",
  "settings" : {
    "index.refresh_interval" : "30s"
  },
  "mappings" : {
    "_default_" : {
       "_all" : {"enabled" : true, "omit_norms" : true},
       "dynamic_templates" : [ {
         "message_field" : {
           "match" : "message",
           "match_mapping_type" : "string",
           "mapping" : {
             "type" : "string", "index" : "not_analyzed", "omit_norms" : true
           }
         }
       }, {
         "string_fields" : {
           "match" : "*",
           "match_mapping_type" : "string",
           "mapping" : {
             "type" : "string", "index" : "not_analyzed", "omit_norms" : true
           }
         }
       } ],
       "properties" : {
         "@version": { "type": "string", "index": "not_analyzed" }
       }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logstash-input-proc-0.3.1 ElasticSearch/templates/output-es-template.json
logstash-input-proc-0.3.0 ElasticSearch/templates/output-es-template.json
logstash-input-proc-0.2.0 ElasticSearch/templates/output-es-template.json