Cherry-pick #17682 to 7.x: Checkpoint Syslog Filebeat module#17838
Merged
andrewkroh merged 2 commits intoelastic:7.xfrom Apr 22, 2020
Merged
Cherry-pick #17682 to 7.x: Checkpoint Syslog Filebeat module#17838andrewkroh merged 2 commits intoelastic:7.xfrom
andrewkroh merged 2 commits intoelastic:7.xfrom
Conversation
aff9f91 to
0593168
Compare
Contributor
|
Pinging @elastic/siem (Team:SIEM) |
kaiyan-sheng
approved these changes
Apr 20, 2020
This adds a CheckPoint Filebeat module. The difference between this module and the CEF checkpoint module is that this is utilizing the syslog output format instead of CEF. This syslog output format supports a much larger set of fields from Checkpoint. (cherry picked from commit afc3a49)
0593168 to
517e76e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #17682 to 7.x branch. Original message:
What does this PR do?
This PR adds checkpoint filebeat module.
The difference between this module and the CEF checkpoint module is that this is utilizing the syslog output format instead of CEF.
This output format supports a much larger set of fields from Checkpoint.
This is a collaboration work with @adriansr .
Why is it important?
Adding more supported products to the filebeat portfolio.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Closes #16041
Nosetests run successfully:
INTEGRATION_TESTS=1 BEAT_STRICT_PERMS=false TESTING_FILEBEAT_MODULES=checkpoint nosetests -v -s tests/system/test_xpack_modules.py