-
Notifications
You must be signed in to change notification settings - Fork 165
[release-5.9]LOG-7009: avoid merge data from .message field to the log event root #3035
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
[release-5.9]LOG-7009: avoid merge data from .message field to the log event root #3035
Conversation
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
@vparfonov: This pull request references LOG-7009 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
/hold until ViaQ/vector#203 |
/assign @jcantrill |
/test functional-target |
/hold cancel |
/test functional-target |
3 similar comments
/test functional-target |
/test functional-target |
/test functional-target |
@vparfonov: all tests passed! Full PR test history. Your PR dashboard. 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. |
/hold |
[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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@vparfonov release the hold once the current z-stream hold is lifted |
/hold cancel |
3cd94e5
into
openshift:release-5.9
Description
This PR addresses several issues introduced during the migration from
Fluentd
toVector
, particularly related to how the.message
field was merged into the log event.These issues include:
With this change, the
.message
field is replaced if it will valid JSON string, with structured data instead of being blindly merged. This enables correct handling of nested fields during the Syslog encoding process in Vector./cc @Clee2691 @cahartma
/assign @jcantrill
Links