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

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

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"variableName": {
				"type": "keyword"
			},
			"variableValue": {
				"type": "keyword",
				"ignore_above": 8191
			},
			"lockExpirationTime": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"errorMessage": {
				"type": "text"
			},
			"type": {
				"type": "keyword"
			},
			"incidentKey": {
				"type": "long"
			},
			"scopeKey": {
				"type": "long"
			},
			"lockOwner": {
				"type": "keyword"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"bpmnProcessId": {
				"type": "keyword"
			},
			"decisionDefinitionKey": {
				"type": "long"
			},
			"id": {
				"type": "keyword"
			},
			"state": {
				"type": "keyword"
			},
			"batchOperationId": {
				"type": "keyword"
			},
			"zeebeCommandKey": {
				"type": "keyword"
			},
			"username": {
				"type": "keyword"
			},
			"modifyInstructions": {
				"type": "text"
			},
			"migrationPlan": {
				"type": "text"
			},
      "completedDate": {
        "format": "date_time || epoch_millis",
        "type": "date"
      }
    }
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy