IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
elasticsearch ml_job MetricSet
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
elasticsearch ml_job MetricSet
editThis is the ml_job metricset of the module Elasticsearch. This metricset requires Machine Learning to be enabled.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"beat": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"elasticsearch": {
"ml": {
"job": {
"data_counts": {
"processed_record_count": 0
},
"id": "filebeat-apache2-access-low_request_rate",
"state": "closed"
}
}
},
"metricset": {
"host": "127.0.0.1:9200",
"module": "elasticsearch",
"name": "ml_job",
"namespace": "elasticsearch.ml.job",
"rtt": 115
},
"service": {
"name": "elasticsearch"
}
}