Skip to content

[release-6.6]fix(syslog): normalize syslog severity to lowercase in VRL validation - #3351

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:release-6.6from
vparfonov:backport-log9609-6.6
Jul 24, 2026
Merged

[release-6.6]fix(syslog): normalize syslog severity to lowercase in VRL validation#3351
openshift-merge-bot[bot] merged 1 commit into
openshift:release-6.6from
vparfonov:backport-log9609-6.6

Conversation

@vparfonov

@vparfonov vparfonov commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@openshift-ci
openshift-ci Bot requested review from Clee2691 and cahartma July 17, 2026 12:42
@vparfonov vparfonov changed the title fix(syslog): normalize syslog severity to lowercase in VRL validation [release-6.6]fix(syslog): normalize syslog severity to lowercase in VRL validation Jul 17, 2026
@jcantrill

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2026
The VRL to_syslog_severity() function is case-sensitive and only accepts lowercase keywords.
Causing "Invalid syslog severity value" warnings when users configure capitalized severity keywords
like "Informational" or "Critical".

Add downcase normalization before the to_syslog_severity() call so case-insensitive keywords are
correctly validated without warnings.

Fixes: LOG-9609

Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
@vparfonov
vparfonov force-pushed the backport-log9609-6.6 branch from 99e7237 to 76ced51 Compare July 24, 2026 08:27
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 68d966bb-33bb-4f8a-abe6-8ed2d7254740

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@vparfonov

Copy link
Copy Markdown
Contributor Author

/test images

@qodo-for-rh-openshift

qodo-for-rh-openshift Bot commented Jul 24, 2026

Copy link
Copy Markdown

PR-Agent: could not find a component named images in a supported language in this PR.

@vparfonov

Copy link
Copy Markdown
Contributor Author

/test ci-index-cluster-logging-operator-bundle

@qodo-for-rh-openshift

qodo-for-rh-openshift Bot commented Jul 24, 2026

Copy link
Copy Markdown

PR-Agent: could not find a component named ci-index-cluster-logging-operator-bundle in a supported language in this PR.

@vparfonov

Copy link
Copy Markdown
Contributor Author

/retest-required

@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

@vparfonov: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@jcantrill

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 24, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 3656fb6 into openshift:release-6.6 Jul 24, 2026
9 checks passed
@vparfonov
vparfonov deleted the backport-log9609-6.6 branch July 24, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release/6.6

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants