Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj-crest committed Aug 30, 2024
1 parent 89e76da commit 91cea3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66875,7 +66875,7 @@ type: keyword
*`vsphere.cluster.datastore.count`*::
+
--
Number of Datastores.
Number of Datastores associated with the cluster.


type: long
Expand Down Expand Up @@ -66907,7 +66907,7 @@ type: boolean
*`vsphere.cluster.host.count`*::
+
--
Number of Hosts.
Number of Hosts associated with the cluster.


type: long
Expand Down Expand Up @@ -66938,7 +66938,7 @@ type: keyword
*`vsphere.cluster.network.count`*::
+
--
Number of Networks.
Number of Networks associated with the cluster.


type: long
Expand Down
6 changes: 3 additions & 3 deletions metricbeat/module/vsphere/cluster/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: count
type: long
description: >
Number of Datastores.
Number of Datastores associated with the cluster.
- name: das_config
type: group
fields:
Expand All @@ -32,7 +32,7 @@
- name: count
type: long
description: >
Number of Hosts.
Number of Hosts associated with the cluster.
- name: names
type: keyword
description: >
Expand All @@ -47,7 +47,7 @@
- name: count
type: long
description: >
Number of Networks.
Number of Networks associated with the cluster.
- name: names
type: keyword
description: >
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/vsphere/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91cea3d

Please sign in to comment.