Skip to content

Commit 7594da8

Browse files
committed
Update docs and fix package version in manifest
1 parent eebfb0f commit 7594da8

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

packages/rubrik/_dev/build/docs/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,13 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
151151

152152
{{fields "node_statistics"}}
153153

154-
{{event "node_statistics"}}
154+
{{event "node_statistics"}}
155+
156+
### Unmanaged Objects
157+
The `unmanaged_objects` dataset provides metrics related to the performance of the Rubrik cluster nodes.
158+
159+
**ECS Field Reference**
160+
161+
Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields.
162+
163+
{{fields "unmanaged_objects"}}

packages/rubrik/data_stream/unmanaged_objects/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Pipeline for parsing Rubrik Tasks metrics
2+
description: Pipeline for parsing Rubrik Unmanaged Object metrics
33
processors:
44
- set:
55
field: ecs.version

packages/rubrik/docs/README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,4 +1168,29 @@ An example event for `node_statistics` looks as following:
11681168
"rubrik.node_statistics"
11691169
]
11701170
}
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 | | |

packages/rubrik/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.2
22
name: rubrik
33
title: "Rubrik RSC Metrics"
4-
version: 0.4.0
4+
version: 0.5.0
55
source:
66
license: "Elastic-2.0"
77
description: "Collect Metrics from Rubrik RSC with Elastic Agent."

0 commit comments

Comments
 (0)