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

ebe-opensearch-exporter.8.6.0-rc2.source-code.zeebe-record-job-batch-template.json Maven / Gradle / Ivy

{
  "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"
                }
              }
            },
            "truncated": {
              "type": "boolean"
            },
            "tenantIds": {
              "type": "keyword"
            }
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy