You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rubrik/docs/README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1168,4 +1168,29 @@ An example event for `node_statistics` looks as following:
1168
1168
"rubrik.node_statistics"
1169
1169
]
1170
1170
}
1171
-
```
1171
+
```
1172
+
1173
+
### Unmanaged Objects
1174
+
The `unmanaged_objects` dataset provides metrics related to the performance of the Rubrik cluster nodes.
1175
+
1176
+
**ECS Field Reference**
1177
+
1178
+
Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
1179
+
1180
+
**Exported fields**
1181
+
1182
+
| Field | Description | Type | Unit | Metric Type |
1183
+
|---|---|---|---|---|
1184
+
|@timestamp| Event timestamp. | date |||
1185
+
| data_stream.dataset | Data stream dataset. | constant_keyword |||
1186
+
| data_stream.namespace | Data stream namespace. | constant_keyword |||
1187
+
| data_stream.type | Data stream type. | constant_keyword |||
1188
+
| rubrik.unmanaged_objects.archive_storage.bytes | The amount of storage on the archival location used by unmanaged snapshots, in bytes. | long | byte | gauge |
1189
+
| rubrik.unmanaged_objects.id | The unmanaged object UUID. | keyword |||
1190
+
| rubrik.unmanaged_objects.local_storage.bytes | The amount of storage on the local cluster used by unmanaged snapshots, in bytes. | long | byte | gauge |
1191
+
| rubrik.unmanaged_objects.name | The unmanaged object name. | keyword |||
1192
+
| rubrik.unmanaged_objects.object_type | The unmanaged object type. | keyword |||
1193
+
| rubrik.unmanaged_objects.retention_sla_domain.id | The ID of the SLA domain. | keyword |||
1194
+
| rubrik.unmanaged_objects.retention_sla_domain.name | The name of the SLA domain. | keyword |||
1195
+
| rubrik.unmanaged_objects.snapshot.count | Total number of snapshots to for the specified object. | long || gauge |
1196
+
| rubrik.unmanaged_objects.unmanaged_status | Unmanaged status for the specified object. | keyword |||
0 commit comments