﻿---
title: System raid metricset
description: This 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...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/metricbeat-metricset-system-raid
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# System raid metricset
This is the raid metricset of the module system. It collects stats about the raid.
This metricset is available on:
- Linux


## Fields

For a description of each field in the metricset, see the [exported fields](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/metricbeat/exported-fields-system) section.
Here is an example document generated by this metricset:
```json
{
    "@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"
        }
    }
}
```