-
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 Template Sharing not working #42080
Labels
bug
Filebeat
Filebeat
Team:Security-Deployment and Devices
Deployment and Devices Team in Security Solution
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 17, 2024
6 tasks
andrewkroh
added
bug
Filebeat
Filebeat
Team:Security-Deployment and Devices
Deployment and Devices Team in Security Solution
labels
Dec 17, 2024
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Dec 17, 2024
6 tasks
andrewkroh
pushed a commit
that referenced
this issue
Dec 19, 2024
) 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]>
mergify bot
pushed a commit
that referenced
this issue
Dec 20, 2024
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
This was referenced Dec 20, 2024
6 tasks
mjwolf
added a commit
that referenced
this issue
Dec 27, 2024
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]>
mjwolf
added a commit
that referenced
this issue
Dec 27, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Filebeat
Filebeat
Team:Security-Deployment and Devices
Deployment and Devices Team in Security Solution
During my tests with the Filebeat Netflow Input, I found that sharing templates by using the
share_templates
parameter did not work. The template was received multiple times, but was never applied to subsequent Netflow events.I then looked at the code and found out that the shareTemplates parameter is not set in the decoder. I created a Merge Request that may fixes this issue: #42079
The text was updated successfully, but these errors were encountered: