-
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
Use DefaultMetaGeneratorConfig in MetadataEnrichers to initialize configurations #13414
Conversation
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.
Thanks for working on this, looks mostly good to me, I have added some suggestions, and please also add a changelog entry.
1873774
to
02ca266
Compare
@jsoriano thanks for reviewing! apiVersion: v1
kind: Pod
metadata:
name: memory-demo
namespace: kube-system
labels:
environment: production
app: nginx
app.kubernetes.io/name: botelastic
spec:
containers:
- name: detodedpod
image: nginx |
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.
Code LGTM, let's wait to see why container._module
appears in fields.
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.
Approving, I think this will be fine after #13433
…figurations Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
02ca266
to
2c29c1d
Compare
After rebasing on top of #13433 it works fine! |
Failing Jenkins test seems irrelevant. I'm gonna merge this since Travis went green. |
…figurations (elastic#13414) (cherry picked from commit abec6ba)
…figurations (elastic#13414) (cherry picked from commit abec6ba)
* Use DefaultMetaGeneratorConfig in MetadataEnrichers to initialize configurations (elastic#13414) (cherry picked from commit cf48299)
Fixes #13409 (comment)