ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-user-task-template.json Maven / Gradle / Ivy
{
"index_patterns": [
"zeebe-record_user-task_*"
],
"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-user-task": {}
},
"mappings": {
"properties": {
"value": {
"dynamic": "strict",
"properties": {
"userTaskKey": {
"type": "long"
},
"assignee": {
"type": "keyword"
},
"candidateGroupsList": {
"type": "text"
},
"candidateUsersList": {
"type": "text"
},
"changedAttributes": {
"type": "text"
},
"dueDate": {
"type": "keyword"
},
"followUpDate": {
"type": "keyword"
},
"formKey": {
"type": "long"
},
"action": {
"type": "text"
},
"externalFormReference": {
"type": "keyword"
},
"creationTimestamp": {
"type": "long"
},
"elementId": {
"type": "text"
},
"elementInstanceKey": {
"type": "long"
},
"bpmnProcessId": {
"type": "keyword"
},
"processDefinitionVersion": {
"type": "integer"
},
"processInstanceKey": {
"type": "long"
},
"processDefinitionKey": {
"type": "long"
},
"variables": {
"enabled": false
},
"customHeaders": {
"enabled": false
},
"tenantId": {
"type": "keyword"
},
"priority": {
"type": "integer"
}
}
}
}
}
}
}