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-11.22.9-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.8-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.7-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.6-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.5-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.4-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.4.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.3-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.2-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.22.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.21.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.20.1-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.20.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.19.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.18.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-11.17.0-java spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-test-10.3.0-x86_64-linux spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-test-11.16.1-x86_64-linux spec/fixtures/template-with-policy-es6x.json
logstash-output-elasticsearch-test-11.16.0-x86_64-linux spec/fixtures/template-with-policy-es6x.json