System raid metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
System raid metricset
editThis is the raid metricset of the module system. It collects stats about the raid.
This metricset is available on:
- Linux
For 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", "event": { "dataset": "system.raid", "duration": 115000, "module": "system" }, "metricset": { "name": "raid" }, "service": { "type": "system" }, "system": { "raid": { "blocks": { "synced": 0, "total": 4189184 }, "disks": { "active": 2, "failed": 0, "spare": 1, "states": { "in_sync": 2, "spare": 1 }, "total": 3 }, "level": "raid1", "name": "md0", "status": "clean", "sync_action": "repair" } } }