ebe-elasticsearch-exporter.8.4.12.source-code.zeebe-record-process-instance-template.json Maven / Gradle / Ivy
{
"index_patterns": [
"zeebe-record_process-instance_*"
],
"composed_of": ["zeebe-record"],
"priority": 20,
"version": 1,
"template": {
"settings": {
"number_of_shards": 3,
"number_of_replicas": 0,
"index.queries.cache.enabled": false
},
"aliases": {
"zeebe-record-process-instance": {}
},
"mappings": {
"properties": {
"value": {
"dynamic": "strict",
"properties": {
"bpmnProcessId": {
"type": "keyword"
},
"version": {
"type": "integer"
},
"processDefinitionKey": {
"type": "long"
},
"processInstanceKey": {
"type": "long"
},
"elementId": {
"type": "keyword"
},
"flowScopeKey": {
"type": "long"
},
"bpmnElementType": {
"type": "keyword"
},
"bpmnEventType": {
"type": "keyword"
},
"parentProcessInstanceKey": {
"type": "long"
},
"parentElementInstanceKey": {
"type": "long"
},
"tenantId": {
"type": "keyword"
}
}
}
}
}
}
}