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

Version Path
logstash-output-elasticsearch-10.4.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.4.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.3.3-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.3.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.3.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.3.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.2.3-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.2.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.2.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.2.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.1.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.0.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-10.0.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-9.4.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-9.3.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-9.3.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-9.3.0-java spec/fixtures/template-with-policy-es6x.json