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

onductor.conductor-es6-persistence.2.28.2.source-code.template_event.json Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
{
  "order": 0,
  "template": "*event*",
  "settings": {
    "index": {
      "refresh_interval": "1s"
    }
  },
  "mappings": {
    "event": {
      "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 - 2024 Weber Informatics LLC | Privacy Policy