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

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

There is a newer version: 3.15.0
Show newest version
{
  "index_patterns": [ "*event*" ],
  "template": {
    "settings": {
      "refresh_interval": "1s"
    },
    "mappings": {
      "properties": {
        "action": {
          "type": "keyword",
          "index": true
        },
        "created": {
          "type": "long"
        },
        "event": {
          "type": "keyword",
          "index": true
        },
        "id": {
          "type": "keyword",
          "index": true
        },
        "messageId": {
          "type": "keyword",
          "index": true
        },
        "name": {
          "type": "keyword",
          "index": true
        },
        "output": {
          "properties": {
            "workflowId": {
              "type": "keyword",
              "index": true
            }
          }
        },
        "status": {
          "type": "keyword",
          "index": true
        }
      }
    },
    "aliases" : { }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy