-
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
[netflow] Ensure custom fields configuration is applied #40730
[netflow] Ensure custom fields configuration is applied #40730
Conversation
- Fix custom fields not being applied when provided through configuration
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
NOTE: |
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.
LGTM! ty for this
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
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.
double approval! 🎉
- Fix custom fields not being applied when provided through configuration - Add regression test (cherry picked from commit f9b41f2)
- Fix custom fields not being applied when provided through configuration - Add regression test (cherry picked from commit f9b41f2)
) - Fix custom fields not being applied when provided through configuration - Add regression test (cherry picked from commit f9b41f2) Co-authored-by: Taylor Swanson <[email protected]>
) - Fix custom fields not being applied when provided through configuration - Add regression test (cherry picked from commit f9b41f2) Co-authored-by: Taylor Swanson <[email protected]>
Proposed commit message
Checklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Run unit tests for netlow
Related issues