
ml.annotations_index_mappings.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of x-pack-template-resources Show documentation
Show all versions of x-pack-template-resources Show documentation
Elasticsearch subproject :x-pack:plugin:core:template-resources
{
"_doc": {
"_meta" : {
"version": "${xpack.ml.version}",
"managed_index_mappings_version": ${xpack.ml.managed.index.version}
},
"dynamic" : false,
"properties" : {
"annotation" : {
"type" : "text"
},
"create_time" : {
"type" : "date"
},
"create_username" : {
"type" : "keyword"
},
"end_timestamp" : {
"type" : "date"
},
"job_id" : {
"type" : "keyword"
},
"modified_time" : {
"type" : "date"
},
"modified_username" : {
"type" : "keyword"
},
"timestamp" : {
"type" : "date"
},
"type" : {
"type" : "keyword"
},
"event" : {
"type" : "keyword"
},
"detector_index" : {
"type" : "integer"
},
"partition_field_name" : {
"type" : "keyword"
},
"partition_field_value" : {
"type" : "keyword"
},
"over_field_name" : {
"type" : "keyword"
},
"over_field_value" : {
"type" : "keyword"
},
"by_field_name" : {
"type" : "keyword"
},
"by_field_value" : {
"type" : "keyword"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy