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

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

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"dateTime": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"metadata": {
				"properties": {
					"jobRetries": {
						"type": "integer"
					},
					"incidentErrorType": {
						"type": "keyword"
					},
					"jobCustomHeaders": {
            "type": "object",
						"enabled": false
					},
					"incidentErrorMessage": {
						"type": "text"
					},
					"jobWorker": {
						"type": "keyword"
					},
					"jobKey": {
						"type": "long"
					},
					"jobType": {
						"type": "keyword"
					},
					"jobDeadline": {
						"format": "date_time || epoch_millis",
						"type": "date"
					},
					"messageName": {
						"type": "keyword"
					},
					"correlationKey": {
						"type": "keyword"
					}
				}
			},
			"partitionId": {
				"type": "integer"
			},
			"eventSourceType": {
				"type": "keyword"
			},
			"eventType": {
				"type": "keyword"
			},
			"flowNodeId": {
				"type": "keyword"
			},
			"flowNodeInstanceKey": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"id": {
				"type": "keyword"
			},
			"bpmnProcessId": {
				"type": "keyword"
			},
			"key": {
				"type": "long"
			},
      "tenantId": {
        "type": "keyword"
      },
      "position": {
        "type": "long"
      },
      "positionIncident": {
        "type": "long",
        "index": false
      },
      "positionProcessMessageSubscription": {
        "type": "long",
        "index": false
      },
      "positionJob": {
        "type": "long",
        "index": false
      }
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy