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

ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-process-instance-modification-template.json Maven / Gradle / Ivy

{
  "index_patterns": [
    "zeebe-record_process-instance-modification_*"
  ],
  "composed_of": [
    "zeebe-record"
  ],
  "priority": 20,
  "version": 1,
  "template": {
    "settings": {
      "number_of_shards": 1,
      "number_of_replicas": 0,
      "index.queries.cache.enabled": false
    },
    "aliases": {
      "zeebe-record-process-instance-modification": {}
    },
    "mappings": {
      "properties": {
        "value": {
          "dynamic": "strict",
          "properties": {
            "processInstanceKey": {
              "type": "long"
            },
            "terminateInstructions": {
              "properties": {
                "elementInstanceKey": {
                  "type": "long"
                }
              }
            },
            "activateInstructions": {
              "properties": {
                "elementId": {
                  "type": "keyword"
                },
                "ancestorScopeKey": {
                  "type": "long"
                },
                "variableInstructions": {
                  "properties": {
                    "variables": {
                      "enabled": false
                    },
                    "elementId": {
                      "type": "keyword"
                    }
                  }
                },
                "ancestorScopeKeys": {
                  "type": "long"
                }
              }
            },
            "ancestorScopeKeys": {
              "type": "long"
            },
            "tenantId": {
              "type": "keyword"
            }
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy