-
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
Some metricbeat modules are incorrectly reporting module fields #13432
Labels
bug
containers
Related to containers use case
in progress
Pull request is currently in progress.
Metricbeat
Metricbeat
module
Team:Integrations
Label for the Integrations team
v7.4.0
Comments
jsoriano
added
bug
module
Metricbeat
Metricbeat
containers
Related to containers use case
Team:Integrations
Label for the Integrations team
labels
Aug 30, 2019
jsoriano
added
[zube]: In Progress
in progress
Pull request is currently in progress.
labels
Aug 30, 2019
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Aug 30, 2019
Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432
jsoriano
added a commit
that referenced
this issue
Aug 30, 2019
Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix #13432
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Aug 30, 2019
Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 310a96e)
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Aug 30, 2019
Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 310a96e)
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Aug 30, 2019
Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 310a96e)
Reopening as it is still happening for |
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Sep 8, 2019
Apply elastic#13433 also to the kubernetes `state_node` metricset. Fix elastic#13432
jsoriano
added a commit
that referenced
this issue
Sep 9, 2019
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Sep 9, 2019
Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit b2ead08)
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Sep 9, 2019
Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit b2ead08)
jsoriano
added a commit
that referenced
this issue
Sep 9, 2019
jsoriano
added a commit
to jsoriano/beats
that referenced
this issue
Sep 9, 2019
Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit b2ead08)
jsoriano
added a commit
that referenced
this issue
Sep 10, 2019
jsoriano
added a commit
that referenced
this issue
Sep 10, 2019
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…le fields (elastic#13442) Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 71fb53e)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…13554) Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit 54860f7)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…le fields (elastic#13440) Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 71fb53e)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…13552) Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit 54860f7)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…le fields (elastic#13441) Metricsets that use special fields like `ModuleDataKey` cannot be directly used as metricset fields of `mb.Event`, they need to be converted using something like the `mb.TransformMapStrToEvent()` helper. Fix elastic#13432 (cherry picked from commit 71fb53e)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…13553) Use `TransformMapStrToEvent` also to convert events in the kubernetes `state_node` metricset, as was done in elastic#13433 with other metricsets. Fix elastic#13432 (cherry picked from commit 54860f7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
containers
Related to containers use case
in progress
Pull request is currently in progress.
Metricbeat
Metricbeat
module
Team:Integrations
Label for the Integrations team
v7.4.0
Some Metricbeat modules are reporting module fields under an incorrect path, for example the Kubernetes container metricset is reporting labels under
kubernetes.container._module.labels
, when they should be underkubernetes.labels
._module
is an internal key used for module fields beforemb.Event
was introduced, so the issue could be related to the migrations done during #10774Seen in:
The text was updated successfully, but these errors were encountered: