Sha256: 330d70a46a58d2de7d3c16ab9ab9ce2d45ae7ee51c977794bbf9f409c87f8a60

Contents?: true

Size: 467 Bytes

Versions: 82

Compression:

Stored size: 467 Bytes

Contents

{
  "index_patterns": "te*",
  "template": {
    "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

82 entries across 82 versions & 7 rubygems

Version Path
fluent-plugin-opensearch-1.1.5 test/plugin/test_index_template.json
fluent-plugin-input-opensearch-1.2.4 test/plugin/test_index_template.json
test-input-opensearch-0.0.3 test/plugin/test_index_template.json
test-input-opensearch-1-0.0.3 test/plugin/test_index_template.json
test-input-opensearch-1-0.0.2 test/plugin/test_index_template.json
test-input-opensearch-0.0.2 test/plugin/test_index_template.json
test-input-opensearch-0.0.1 test/plugin/test_index_template.json
test-input-opensearch-1-0.0.1 test/plugin/test_index_template.json
fluent-plugin-input-opensearch-1.2.3 test/plugin/test_index_template.json
fluent-plugin-input-opensearch-1.2.2 test/plugin/test_index_template.json
fluent-plugin-input-opensearch-1.2.1 test/plugin/test_index_template.json
fluent-plugin-input-opensearch-1.2.0 test/plugin/test_index_template.json
test-opensearch-0.0.25 test/plugin/test_index_template.json
test-opensearch-0.0.24 test/plugin/test_index_template.json
test-opensearch-0.0.0.21 test/plugin/test_index_template.json
test-opensearch-0.0.0.20 test/plugin/test_index_template.json
test-opensearch-0.0.0.18 test/plugin/test_index_template.json
test-opensearch-0.0.0.17 test/plugin/test_index_template.json
test-opensearch-0.0.0.16 test/plugin/test_index_template.json
test-opensearch-0.0.0.15 test/plugin/test_index_template.json