All Downloads are FREE. Search and download functionalities are using the official Maven repository.

onductor.conductor-es7-persistence.3.13.2.source-code.template_message.json Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
{
  "index_patterns": [ "*message*" ],
  "template": {
    "settings": {
      "refresh_interval": "1s"
    },
    "mappings": {
      "properties": {
        "created": {
          "type": "long"
        },
        "messageId": {
          "type": "keyword",
          "index": true
        },
        "payload": {
          "type": "keyword",
          "index": true
        },
        "queue": {
          "type": "keyword",
          "index": true
        }
      }
    },
    "aliases": { }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy