-
Notifications
You must be signed in to change notification settings - Fork 149
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
Bug 1852341: fix legacy syslog k8s Metadata #659
Bug 1852341: fix legacy syslog k8s Metadata #659
Conversation
@blockloop: This pull request references Bugzilla bug 1852341, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc @jcantrill this may be related to something that was brought up in slack earlier regarding the |
@ewolinetz i think this needs a template change as well . @lukas-vlcek ? |
/approve |
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, besides that it needs a fix for the unit tests
I opened a ticket in data model: ViaQ/elasticsearch-templates#121 |
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
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold waiting on an upstream fix |
/retest |
The `use_record true` setting is trying to use the "level" from the k8s audit log which [is Metadata](https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#audit-policy). I believe we need to relabel k8s audit logs "level" field to "k8s_audit_level" so that fluentd doesn't try to use it as the severity and we can retain the original information.
/hold cancel |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: blockloop, ewolinetz, jcantrill, lukas-vlcek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/refresh |
/retest Please review the full test history for this PR and help us cut down flakes. |
@blockloop: All pull requests linked via external trackers have merged: openshift/cluster-logging-operator#659. Bugzilla bug 1852341 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…label-level Bug 1852341: fix legacy syslog k8s Metadata
The
use_record true
setting is trying to use the "level" from the k8saudit log which is Metadata. I believe we need to relabel k8s audit logs
"level" field to "k8s_audit_level" so that fluentd doesn't try to use it
as the severity and we can retain the original information.