Sha256: ea2289d4dbefb4137f6391319c651c2b41438d7b0c2862bd43eb98e2131880c9

Contents?: true

Size: 401 Bytes

Versions: 231

Compression:

Stored size: 401 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

231 entries across 231 versions & 8 rubygems

Version Path
fluent-plugin-elasticsearch-5.1.5 test/plugin/test_template.json
fluent-plugin-opensearch-1.0.1 test/plugin/test_template.json
fluent-plugin-opensearch-1.0.0 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.1.4 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.1.3 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.1.2 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.1.1 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.1.0 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.5 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.4 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.3 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.2 test/plugin/test_template.json
fluent-plugin-elasticsearch-dext-5.0.2 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.1 test/plugin/test_template.json
fluent-plugin-elasticsearch-5.0.0 test/plugin/test_template.json
fluent-plugin-elasticsearch-4.3.3 test/plugin/test_template.json
fluent-plugin-elasticsearch-4.3.2 test/plugin/test_template.json
fluent-plugin-elasticsearch-4.3.1 test/plugin/test_template.json
fluent-plugin-elasticsearch-4.3.0 test/plugin/test_template.json
fluent-plugin-elasticsearch-4.2.2 test/plugin/test_template.json