This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
System raid metricset
editSystem 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" } } }