ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-compensation-subscription-template.json Maven / Gradle / Ivy
{
"index_patterns": [
"zeebe-record_compensation-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-compensation-subscription": {}
},
"mappings": {
"properties": {
"value": {
"dynamic": "strict",
"properties": {
"tenantId": {
"type": "keyword"
},
"processInstanceKey": {
"type": "long"
},
"processDefinitionKey": {
"type": "long"
},
"compensableActivityId": {
"type": "keyword"
},
"throwEventId": {
"type": "keyword"
},
"throwEventInstanceKey": {
"type": "long"
},
"compensationHandlerId": {
"type": "keyword"
},
"compensationHandlerInstanceKey": {
"type": "long"
},
"compensableActivityScopeKey":{
"type": "long"
},
"compensableActivityInstanceKey":{
"type": "long"
},
"variables": {
"enabled": false
}
}
}
}
}
}
}