-
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
[Filebeat] Journald event format changed #30031
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
`Message.ToEvent` was not copying the `Message.Privage` field when converting a Message to `beat.Event`. This commit fixes it. Fixes: elastic#30031
`Message.ToEvent` was not copying the `Message.Privage` field when converting a Message to `beat.Event`. This commit fixes it. Fixes: #30031
@belimawr Did you test that your change fixes this issue? |
`Message.ToEvent` was not copying the `Message.Privage` field when converting a Message to `beat.Event`. This commit fixes it. Fixes: #30031 (cherry picked from commit 8cc07dd) Co-authored-by: Tiago Queiroz <[email protected]>
Yes I did ;) |
I tested from 522c862 and still see the original journald field names rather than the translated names.
|
The linter is giving hints.
|
I see it now. I fixed the cursor issue you mentioned here, but missed the translation of the fields 🤦♂️ Sorry for the confusion! I'll look at this translation issue now. |
I found the issue with the translation of the fields, when introducing the multiline parser I changed the way the entry is converted into a |
@andrewkroh here is the fix: #30167 |
While testing the journald input from master I found that the event format changed from what it produced in 7.x. I don't think this was intentional. It no longer translates the field names as described in the docs.
The text was updated successfully, but these errors were encountered: