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

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

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"operationsFinishedCount": {
				"type": "long"
			},
			"endDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"name": {
				"type": "keyword"
			},
			"instancesCount": {
				"type": "long"
			},
			"operationsTotalCount": {
				"type": "long"
			},
			"id": {
				"type": "keyword"
			},
			"type": {
				"type": "keyword"
			},
			"startDate": {
				"format": "date_time || epoch_millis",
				"type": "date"
			},
			"username": {
				"type": "keyword"
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy