Sha256: 3574c5c264935d9d59ba9a754eb8f4906d31ccc019c8c4e2089a142f67476e9b

Contents?: true

Size: 424 Bytes

Versions: 5

Compression:

Stored size: 424 Bytes

Contents

{
  "template": "te*",
  "settings": {
    "number_of_shards": 1
  },
  "mappings": {
    "type1": {
      "_source": {
        "enabled": false
      },
      "properties": {
        "host_name": {
          "type": "string",
          "index": "not_analyzed"
        },
        "created_at": {
          "type": "date",
          "format": "EEE MMM dd HH:mm:ss Z YYYY"
        }
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
fluent-plugin-elasticsearch2-3.5.7 test/plugin/test_template.json
fluent-plugin-elasticsearch2-3.5.6 test/plugin/test_template.json
fluent-plugin-elasticsearch2-3.5.5 test/plugin/test_template.json
fluent-plugin-elasticsearch-3.5.4 test/plugin/test_template.json
fluent-plugin-elasticsearch-2.10.3 test/plugin/test_template.json