-
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][netflow]: fix template sharing #42079
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
/test |
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.
Thanks for the fix. It looks like this was missing a test case for the shared_templates. Can you please see if you can add a test case into v9_test.go that verifies shared_templates continues working?
And please add an entry to the CHANGELOG.next.asciidoc
file under the bug -> filebeat section.
ec2b664
to
a8ab197
Compare
@andrewkroh I added Tests and the Changelog entry |
a8ab197
to
6eab4f0
Compare
6eab4f0
to
a0a3839
Compare
/test |
run docs-build |
Thanks @simioa 👍 |
) Pass the share_templates configuration option into the NetflowV9Protocol struct. The parameter was not being set, and therefore was always false so it was not possible to use this option. Added a test case to prevent future regressions. Closes #42080 (cherry picked from commit 323c69e) Co-authored-by: Ioannis Simeonidis <[email protected]>
Hi @andrewkroh |
Pass the share_templates configuration option into the NetflowV9Protocol struct. The parameter was not being set, and therefore was always false so it was not possible to use this option. Added a test case to prevent future regressions. Closes #42080 (cherry picked from commit 323c69e) # Conflicts: # x-pack/filebeat/input/netflow/decoder/v9/v9.go
Pass the share_templates configuration option into the NetflowV9Protocol struct. The parameter was not being set, and therefore was always false so it was not possible to use this option. Added a test case to prevent future regressions. Closes #42080 (cherry picked from commit 323c69e) Co-authored-by: Ioannis Simeonidis <[email protected]> Co-authored-by: Michael Wolf <[email protected]>
Pass the share_templates configuration option into the NetflowV9Protocol struct. The parameter was not being set, and therefore was always false so it was not possible to use this option. Added a test case to prevent future regressions. Closes #42080 (cherry picked from commit 323c69e) Co-authored-by: Ioannis Simeonidis <[email protected]> Co-authored-by: Michael Wolf <[email protected]>
Proposed commit message
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues