All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ebe-elasticsearch-exporter.8.7.0-alpha2.source-code.zeebe-record-job-batch-template.json Maven / Gradle / Ivy

The newest version!
{
  "index_patterns": [
    "zeebe-record_job-batch_*"
  ],
  "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-job-batch": {}
    },
    "mappings": {
      "properties": {
        "value": {
          "dynamic": "strict",
          "properties": {
            "type": {
              "type": "keyword"
            },
            "worker": {
              "type": "keyword"
            },
            "timeout": {
              "type": "long"
            },
            "maxJobsToActivate": {
              "type": "integer"
            },
            "jobKeys": {
              "type": "long"
            },
            "jobs": {
              "type": "nested",
              "dynamic": "strict",
              "properties": {
                "type": {
                  "type": "keyword"
                },
                "elementId": {
                  "type": "text"
                },
                "elementInstanceKey": {
                  "type": "long"
                },
                "bpmnProcessId": {
                  "type": "keyword"
                },
                "processDefinitionVersion": {
                  "type": "integer"
                },
                "processInstanceKey": {
                  "type": "long"
                },
                "processDefinitionKey": {
                  "type": "long"
                },
                "customHeaders": {
                  "enabled": false
                },
                "worker": {
                  "type": "keyword"
                },
                "retries": {
                  "type": "long"
                },
                "retryBackoff": {
                  "type": "long"
                },
                "recurringTime": {
                  "type": "long"
                },
                "deadline": {
                  "type": "date"
                },
                "timeout": {
                  "type": "long"
                },
                "variables": {
                  "enabled": false
                },
                "errorMessage": {
                  "type": "text"
                },
                "errorCode": {
                  "type": "text"
                },
                "tenantId": {
                  "type": "keyword"
                },
                "jobKind": {
                  "type": "keyword"
                },
                "jobListenerEventType": {
                  "type": "keyword"
                },
                "changedAttributes": {
                  "type": "text"
                },
                "result": {
                  "properties": {
                    "denied": {
                      "type": "boolean"
                    },
                    "correctedAttributes": {
                      "type": "text"
                    },
                    "corrections": {
                      "properties": {
                        "assignee": {
                          "type": "keyword"
                        },
                        "dueDate": {
                          "type": "keyword"
                        },
                        "followUpDate": {
                          "type": "keyword"
                        },
                        "candidateGroups": {
                          "type": "text"
                        },
                        "candidateUsers": {
                          "type": "text"
                        },
                        "priority": {
                          "type": "integer"
                        }
                      }
                    }
                  }
                }
              }
            },
            "truncated": {
              "type": "boolean"
            },
            "tenantIds": {
              "type": "keyword"
            }
          }
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy