All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
ebe-elasticsearch-exporter.8.4.12.source-code.zeebe-record-decision-evaluation-template.json Maven / Gradle / Ivy
{
"index_patterns": [
"zeebe-record_decision_evaluation_*"
],
"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-decision-evaluation": {}
},
"mappings": {
"properties": {
"value": {
"dynamic": "strict",
"properties": {
"decisionId": {
"type": "keyword"
},
"decisionName": {
"type": "keyword"
},
"decisionVersion": {
"type": "long"
},
"decisionKey": {
"type": "long"
},
"decisionRequirementsId": {
"type": "keyword"
},
"decisionRequirementsKey": {
"type": "long"
},
"decisionOutput": {
"enabled": false
},
"variables": {
"enabled": false
},
"bpmnProcessId": {
"type": "keyword"
},
"processDefinitionKey": {
"type": "long"
},
"processInstanceKey": {
"type": "long"
},
"elementId": {
"type": "keyword"
},
"elementInstanceKey": {
"type": "long"
},
"evaluationFailureMessage": {
"type": "keyword",
"ignore_above": 1024
},
"failedDecisionId": {
"type": "keyword"
},
"evaluatedDecisions": {
"properties": {
"decisionId": {
"type": "keyword"
},
"decisionName": {
"type": "keyword"
},
"decisionKey": {
"type": "long"
},
"decisionVersion": {
"type": "long"
},
"decisionType": {
"type": "keyword"
},
"decisionOutput": {
"enabled": false
},
"tenantId": {
"type": "keyword"
},
"evaluatedInputs": {
"properties": {
"inputId": {
"type": "keyword"
},
"inputName": {
"type": "keyword"
},
"inputValue": {
"enabled": false
}
}
},
"matchedRules": {
"properties": {
"ruleId": {
"type": "keyword"
},
"ruleIndex": {
"type": "long"
},
"evaluatedOutputs": {
"properties": {
"outputId": {
"type": "keyword"
},
"outputName": {
"type": "keyword"
},
"outputValue": {
"enabled": false
}
}
}
}
}
}
},
"tenantId": {
"type": "keyword"
}
}
}
}
}
}
}