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

schema.opensearch.create.template.operate-list-view.json Maven / Gradle / Ivy

{
	"settings": {
      "analysis": {
        "normalizer": {
          "case_insensitive": {
            "type": "custom",
            "char_filter": [],
            "filter": ["lowercase"]
          }
        },
        "analyzer": {
          "ca_path_tree": {
            "type": "custom",
            "tokenizer": "ca_hierarchy"
          }
        },
        "tokenizer": {
          "ca_hierarchy": {
            "type": "path_hierarchy",
            "buffer_size": 1024,
            "replacement": "/",
            "delimiter": "/",
            "reverse":false,
            "skip": 0
          }
        }
      }
	},
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"varName": {
				"type": "keyword"
			},
			"endDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"partitionId": {
				"type": "integer"
			},
			"errorMessage": {
				"type": "text"
			},
			"processName": {
                "normalizer": "case_insensitive",
				"type": "keyword"
			},
			"joinRelation": {
				"type": "join",
				"relations": {
					"processInstance": [
						"activity",
						"variable"
					]
				}
			},
			"activityId": {
				"eager_global_ordinals": true,
				"type": "keyword"
			},
			"varValue": {
				"type": "keyword",
				"ignore_above": 8191
			},
			"activityState": {
				"type": "keyword"
			},
			"incidentKeys": {
				"type": "long"
			},
			"processDefinitionKey": {
				"type": "long"
			},
			"scopeKey": {
				"type": "long"
			},
			"processInstanceKey": {
				"type": "long"
			},
			"id": {
				"type": "keyword"
			},
			"processVersion": {
				"type": "long"
			},
      "processVersionTag": {
        "type": "keyword"
      },
			"bpmnProcessId": {
				"type": "keyword"
			},
			"state": {
				"type": "keyword"
			},
			"activityType": {
				"type": "keyword"
			},
			"batchOperationIds": {
				"type": "keyword"
			},
			"parentProcessInstanceKey": {
				"type": "long"
			},
			"parentFlowNodeInstanceKey": {
				"type": "long"
			},
			"startDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"key": {
				"type": "long"
			},
			"treePath": {
				"type": "text",
				"analyzer": "ca_path_tree",
				"fielddata": true
			},
			"incident": {
				"type": "boolean"
			},
			"pendingIncident": {
				"type": "boolean"
			},
      "tenantId": {
        "type": "keyword"
      },
      "jobFailedWithRetriesLeft": {
        "type": "boolean"
      },
      "position": {
        "type": "long"
      },
      "positionIncident": {
        "type": "long",
        "index": false
      },
      "positionJob": {
        "type": "long",
        "index": false
      }
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy