-
Notifications
You must be signed in to change notification settings - Fork 457
Adding preserve original event option to System integration Syslog datastream #6528
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
Adding preserve original event option to System integration Syslog datastream #6528
Conversation
🌐 Coverage report
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
Other changes are needed to implement this. Take a look at other packages for an example config. The ingest pipeline needs updated.
Oops, I was totally looking at the wrong pipeline and thought it was already there. Should be all there now. |
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.
Can you please add a new pipeline test that enables the preserve_original_event.
💚 Build Succeeded
cc @kgeller |
@elastic/obs-infraobs-integrations Would someone mind reviewing since the team is the code owner? |
/test |
1 similar comment
/test |
…slog-preserve-original
This is under Review. @kgeller |
@@ -0,0 +1,112 @@ | |||
{ |
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.
This looks to be a completely newly generated sample event. Any reason why this was not present before ?
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.
I do not. Will delete since adding it was not intentional. I was simply attempting to regenerate things to see if I could get the ci green.
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.
Looks good!
Package system - 1.35.0 containing this change is available at https://epr.elastic.co/search?package=system |
What does this PR do?
This adds the option to the syslog datastream to ensure users can preserve the original message if required.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Closes #6524
Screenshots