Sha256: fb0ea66b7ff3a57a164fc2608d189f3302f3801951ba13f21f480f1bdd70da28

Contents?: true

Size: 1.07 KB

Versions: 9

Compression:

Stored size: 1.07 KB

Contents

{
  "template" : "logstash-*",
  "version" : 60001,
  "settings" : {
    "index.refresh_interval" : "5s"
  },
  "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" }
            }
          }
        }
      } ],
      "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

9 entries across 9 versions & 1 rubygems

Version Path
logstash-output-elasticsearch-7.3.5-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.3.4-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.3.3-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.3.2-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.3.1-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.3.0-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.2.2-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.2.1-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json
logstash-output-elasticsearch-7.2.0-java lib/logstash/outputs/elasticsearch/elasticsearch-template-es6x.json