IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Beat state metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Beat state metricset
editThis is the state metricset of the beat module.
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": {
"state": {
"management": {
"enabled": false
},
"module": {
"count": 3
},
"output": {
"name": "elasticsearch"
},
"queue": {
"name": "mem"
}
}
},
"event": {
"dataset": "beat.state",
"duration": 115000,
"module": "beat"
},
"metricset": {
"name": "state"
},
"service": {
"address": "127.0.0.1:5066",
"id": "1f0c187b-f2ef-4950-b9cc-dd6864b9191a",
"name": "Shaunaks-MacBook-Pro-2.local",
"type": "metricbeat"
}
}