ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-process-message-subscription-template.json Maven / Gradle / Ivy
{
"index_patterns": [
"zeebe-record_process-message-subscription_*"
],
"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-message-subscription": {}
},
"mappings": {
"properties": {
"value": {
"dynamic": "strict",
"properties": {
"processInstanceKey": {
"type": "long"
},
"elementInstanceKey": {
"type": "long"
},
"messageName": {
"type": "keyword"
},
"variables": {
"enabled": false
},
"bpmnProcessId": {
"type": "keyword"
},
"messageKey": {
"type": "long"
},
"correlationKey": {
"type": "keyword"
},
"elementId": {
"type": "text"
},
"interrupting": {
"type": "boolean"
},
"tenantId": {
"type": "keyword"
}
}
}
}
}
}
}