IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Beat stats metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Beat stats metricset
editThis is the stats 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": {
"id": "1f0c187b-f2ef-4950-b9cc-dd6864b9191a",
"stats": {
"libbeat": {
"output": {
"events": {
"acked": 0,
"active": 0,
"batches": 0,
"dropped": 0,
"duplicates": 0,
"failed": 0,
"toomany": 0,
"total": 0
},
"read": {
"bytes": 0,
"errors": 0
},
"type": "elasticsearch",
"write": {
"bytes": 0,
"errors": 0
}
}
},
"runtime": {
"goroutines": 39
},
"uptime": {
"ms": 12019
}
},
"type": "metricbeat"
},
"event": {
"dataset": "beat.stats",
"duration": 115000,
"module": "beat"
},
"metricset": {
"name": "stats"
},
"service": {
"address": "127.0.0.1:5066",
"name": "beat",
"type": "beat"
}
}