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

schema.elasticsearch.create.template.operate-job.json Maven / Gradle / Ivy

{
  "mappings": {
    "dynamic": "strict",
    "properties": {
      "id": {
        "type": "keyword"
      },
      "processInstanceKey": {
        "type": "long"
      },
      "flowNodeInstanceId": {
        "type": "long"
      },
      "flowNodeId": {
        "type": "keyword"
      },
      "tenantId": {
        "type": "keyword"
      },
      "type": {
        "type": "keyword"
      },
      "worker": {
        "type": "keyword"
      },
      "retries": {
        "type": "integer"
      },
      "state": {
        "type": "keyword"
      },
      "errorMessage": {
        "type": "keyword"
      },
      "errorCode" : {
        "type": "keyword"
      },
      "deadline" : {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "endTime" : {
        "format": "date_time || epoch_millis",
        "type": "date"
      },
      "customHeaders": {
        "type": "object",
        "enabled": false
      },
      "jobKind": {
        "type": "keyword"
      },
      "listenerEventType": {
        "type": "keyword"
      },
      "key" : {
        "type" : "long"
      },
      "partitionId" : {
        "type": "integer"
      },
      "jobFailedWithRetriesLeft" : {
        "type" : "boolean"
      },
      "position" : {
        "type": "long"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy