-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vSphere] Add id field to all the metricsets #41097
Merged
niraj-elastic
merged 11 commits into
elastic:main
from
niraj-elastic:vsphere_add_id_field
Oct 22, 2024
Merged
Changes from 7 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
29dce1c
add id field
niraj-elastic 0ec2ebb
update changelog
niraj-elastic 4291d4c
fix unit test
niraj-elastic e3d8ba2
update field descriptions
niraj-elastic 88e5774
Merge branch 'main' into vsphere_add_id_field
niraj-elastic 5cc672f
update fields.asci
niraj-elastic 86b98cd
fix lint
niraj-elastic f5f5bcf
Merge branch 'main' of https://github.com/niraj-elastic/beats into vs…
niraj-elastic 0dae46b
address review comments
niraj-elastic bb7160e
update fields.asci
niraj-elastic 362d8de
Merge branch 'main' into vsphere_add_id_field
niraj-elastic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -67030,7 +67030,7 @@ Cluster information. | |||||
*`vsphere.cluster.datastore.names`*:: | ||||||
+ | ||||||
-- | ||||||
List of all the Datastore names associated with the cluster. | ||||||
List of all the datastore names associated with the cluster. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67040,7 +67040,7 @@ type: keyword | |||||
*`vsphere.cluster.datastore.count`*:: | ||||||
+ | ||||||
-- | ||||||
Number of Datastores associated with the cluster. | ||||||
Number of datastores associated with the cluster. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -67072,7 +67072,7 @@ type: boolean | |||||
*`vsphere.cluster.host.count`*:: | ||||||
+ | ||||||
-- | ||||||
Number of Hosts associated with the cluster. | ||||||
Number of hosts associated with the cluster. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -67082,7 +67082,17 @@ type: long | |||||
*`vsphere.cluster.host.names`*:: | ||||||
+ | ||||||
-- | ||||||
List of all the Host names associated with the cluster. | ||||||
List of all the host names associated with the cluster. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.cluster.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique cluster ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67103,7 +67113,7 @@ type: keyword | |||||
*`vsphere.cluster.network.count`*:: | ||||||
+ | ||||||
-- | ||||||
Number of Networks associated with the cluster. | ||||||
Number of networks associated with the cluster. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -67113,7 +67123,7 @@ type: long | |||||
*`vsphere.cluster.network.names`*:: | ||||||
+ | ||||||
-- | ||||||
List of all the Network names associated with the cluster. | ||||||
List of all the network names associated with the cluster. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67247,6 +67257,16 @@ type: long | |||||
List of all the host names. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.datastore.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique datastore ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
@@ -67332,10 +67352,20 @@ Datastore Cluster | |||||
|
||||||
|
||||||
|
||||||
*`vsphere.datastorecluster.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique datastore cluster ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.datastorecluster.name`*:: | ||||||
+ | ||||||
-- | ||||||
The Datastore Cluster name. | ||||||
The datastore cluster name. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67369,7 +67399,7 @@ format: bytes | |||||
*`vsphere.datastorecluster.datastore.names`*:: | ||||||
+ | ||||||
-- | ||||||
List of all the Datastore names associated with the Datastore Cluster. | ||||||
List of all the datastore names associated with the datastore cluster. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67379,7 +67409,7 @@ type: keyword | |||||
*`vsphere.datastorecluster.datastore.count`*:: | ||||||
+ | ||||||
-- | ||||||
Number of datastores in the Datastore Cluster. | ||||||
Number of datastores in the datastore cluster. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -67521,6 +67551,16 @@ format: bytes | |||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.host.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique Host ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.host.memory.free.bytes`*:: | ||||||
+ | ||||||
-- | ||||||
|
@@ -67841,6 +67881,16 @@ type: long | |||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.network.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique network ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.network.name`*:: | ||||||
+ | ||||||
-- | ||||||
|
@@ -67854,7 +67904,7 @@ type: keyword | |||||
*`vsphere.network.status`*:: | ||||||
+ | ||||||
-- | ||||||
General health of the Network. | ||||||
General health of the network. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -67951,6 +68001,16 @@ type: long | |||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.resourcepool.id`*:: | ||||||
+ | ||||||
-- | ||||||
Unique resource pool ID. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
|
||||||
|
||||||
*`vsphere.resourcepool.memory.usage.guest.bytes`*:: | ||||||
|
@@ -68162,14 +68222,24 @@ type: keyword | |||||
Hostname of the host. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.virtualmachine.id`*:: | ||||||
+ | ||||||
-- | ||||||
Virtual machine ID. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
|
||||||
type: keyword | ||||||
|
||||||
-- | ||||||
|
||||||
*`vsphere.virtualmachine.name`*:: | ||||||
+ | ||||||
-- | ||||||
Virtual Machine name. | ||||||
Virtual machine name. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -68179,7 +68249,7 @@ type: keyword | |||||
*`vsphere.virtualmachine.os`*:: | ||||||
+ | ||||||
-- | ||||||
Virtual Machine Operating System name. | ||||||
Virtual machine Operating System name. | ||||||
|
||||||
|
||||||
type: keyword | ||||||
|
@@ -68219,7 +68289,7 @@ type: long | |||||
*`vsphere.virtualmachine.memory.used.guest.bytes`*:: | ||||||
+ | ||||||
-- | ||||||
Used Memory of Guest in bytes. | ||||||
Used memory of Guest in bytes. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -68231,7 +68301,7 @@ format: bytes | |||||
*`vsphere.virtualmachine.memory.used.host.bytes`*:: | ||||||
+ | ||||||
-- | ||||||
Used Memory of Host in bytes. | ||||||
Used memory of Host in bytes. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -68243,7 +68313,7 @@ format: bytes | |||||
*`vsphere.virtualmachine.memory.total.guest.bytes`*:: | ||||||
+ | ||||||
-- | ||||||
Total Memory of Guest in bytes. | ||||||
Total memory of Guest in bytes. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
@@ -68255,7 +68325,7 @@ format: bytes | |||||
*`vsphere.virtualmachine.memory.free.guest.bytes`*:: | ||||||
+ | ||||||
-- | ||||||
Free Memory of Guest in bytes. | ||||||
Free memory of Guest in bytes. | ||||||
|
||||||
|
||||||
type: long | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,8 @@ | |
} | ||
}, | ||
"fstype": "local", | ||
"name": "LocalDS_0" | ||
"name": "LocalDS_0", | ||
"id": "datastore-0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.