[release-6.6]fix(syslog): skip empty KubernetesMinimal prefixes for non-container logs (LOG-9694) - #3373
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
PR Summary by QodoFix syslog KubernetesMinimal to omit empty k8s prefixes on non-container logs
AI Description
Diagram
High-Level Assessment
Files changed (4)
|
|
/label release/6.6 |
Code Review by Qodo
Context used✅ Compliance rules (platform):
9 rules 1.
|
|
@jcantrill: The label(s) DetailsIn 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-sigs/prow repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label release/6.6 |
|
@vparfonov: The label(s) DetailsIn 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-sigs/prow repository. |
…logs (LOG-9694) Syslog forwarding with KubernetesMinimal enrichment unconditionally added namespace_name=, container_name=, pod_name= prefixes even to audit and journald logs that have no Kubernetes metadata. Now these fields are only included when present and non-empty. Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
|
@vparfonov: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/refresh |
|
/lgtm |
177f5ce
into
openshift:release-6.6
Description
Syslog forwarding with
KubernetesMinimalenrichment unconditionally addednamespace_name=, container_name=, pod_name=prefixes even to audit and journald logs that have no Kubernetes metadata.Now these fields are only included when present and non-empty.
/cc @Clee2691
/assign @jcantrill
Links