Sha256: 02cf9dcd8ff555c173d56d14e313a040a597dc856367d7a40da44c394d9c8346

Contents?: true

Size: 1.24 KB

Versions: 76

Compression:

Stored size: 1.24 KB

Contents

{
  "index_patterns" : "overwrite-*",
  "version" : 80001,
  "template" : {
    "settings" : {
      "index.refresh_interval" : "1s",
      "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" }
          }
        }
      }
    }
  },
  "priority": 200,
  "_meta" : {
    "description": "index template for logstash-output-elasticsearch"
  }
}

Version data entries

76 entries across 76 versions & 2 rubygems

Version Path
logstash-output-elasticsearch-11.2.1-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.2.0-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.1.0-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.5-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.4-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.3-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.2-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.1-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-11.0.0-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.6-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.4-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.3-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.2-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.1-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.8.0-java spec/fixtures/template-with-policy-es8x.json
logstash-output-elasticsearch-10.7.3-java spec/fixtures/template-with-policy-es8x.json