-
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
[vSphere] Add id field to all the metricsets #41097
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
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.
Minor nits. Otherwise LGTM!
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.
LGTM
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.
LGTM
CHANGELOG.next.asciidoc
Outdated
@@ -370,6 +370,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] | |||
- Added Cisco Meraki module {pull}40836[40836] | |||
- Added Palo Alto Networks module {pull}40686[40686] | |||
- Restore docker.network.in.* and docker.network.out.* fields in docker module {pull}40968[40968] | |||
- Add `id` field to all the vSphere metricsets. {pill}41097[41097] |
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.
- Add `id` field to all the vSphere metricsets. {pill}41097[41097] | |
- Add `id` field to all the vSphere metricsets. {pull}41097[41097] |
metricbeat/docs/fields.asciidoc
Outdated
*`vsphere.virtualmachine.id`*:: | ||
+ | ||
-- | ||
Virtual machine ID. |
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.
Virtual machine ID. | |
Unique virtual machine ID. |
- name: id | ||
type: keyword | ||
description: > | ||
Unique Host ID. |
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.
Unique Host ID. | |
Unique host ID. |
This pull request is now in conflicts. Could you fix it? 🙏
|
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.
Looks good!
* add id field * update changelog * fix unit test * update field descriptions * update fields.asci * fix lint * address review comments * update fields.asci (cherry picked from commit ec92e02)
* add id field * update changelog * fix unit test * update field descriptions * update fields.asci * fix lint * address review comments * update fields.asci (cherry picked from commit ec92e02) Co-authored-by: niraj-elastic <[email protected]>
* add id field * update changelog * fix unit test * update field descriptions * update fields.asci * fix lint * address review comments * update fields.asci (cherry picked from commit ec92e02)
…41700) * [vSphere] Add id field to all the metricsets (#41097) * add id field * update changelog * fix unit test * update field descriptions * update fields.asci * fix lint * address review comments * update fields.asci (cherry picked from commit ec92e02) * fix changelog --------- Co-authored-by: niraj-elastic <[email protected]> Co-authored-by: Kush Rana <[email protected]>
Description
Added
id
field to all the metricsets.Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues