-
Notifications
You must be signed in to change notification settings - Fork 435
/
fields.yml
46 lines (46 loc) · 1.18 KB
/
fields.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- name: system.raid
type: group
fields:
- name: name
type: keyword
description: |
Name of the device.
- name: status
type: keyword
description: |
activity-state of the device.
- name: level
type: keyword
description: |
The raid level of the device
- name: sync_action
type: keyword
description: "Current sync action, if the RAID array is redundant \n"
- name: disks.active
type: long
description: |
Number of active disks.
- name: disks.total
type: long
description: |
Total number of disks the device consists of.
- name: disks.spare
type: long
description: |
Number of spared disks.
- name: disks.failed
type: long
description: |
Number of failed disks.
- name: disks.states.*
type: object
description: |
map of raw disk states
- name: blocks.total
type: long
description: |
Number of blocks the device holds, in 1024-byte blocks.
- name: blocks.synced
type: long
description: |
Number of blocks on the device that are in sync, in 1024-byte blocks.