Skip to content
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

Cherry-pick #16907 to 7.x: [SIEM][CEF] Add support for Check Point devices #17111

Merged
merged 4 commits into from
Mar 20, 2020

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Mar 19, 2020

Cherry-pick of PR #16907 to 7.x branch. Original message:

This PR adds a new ingest pipeline and fields to populate from Check Point CEF logs.

Additional changes to the ECS processor:

  • Make CEF key translation case-insensitive.
  • Add missing CEF extension c6a2/deviceCustomIPv6Address2.
  • Add deprecated flexNumber[12] extensions. Used by Check Point. Dropped from CEF after V23.
  • Change case of DeviceCustomNumber2 to align with the other fields.

Closes #16041

* Make CEF key name mapping case-insensitive

There's some case inconsistency in CEF docs (i.e. C6a4Label). Better to
ignore case when mapping keys to full names.

* Add missing custom CEF extensions

This adds:
 - `deviceCustomIPv6Address2(Label)`: Only 1, 3 and 4 were expected.
 - `flexNumber[12](Label)`: These two alternative custom numbers were
   dropped after V23 of the spec, but still used by some vendors.

[Maybe unnecessary] changes:

 - Changed the case of `DeviceCustomNumber2` from uppercase as
   documented) to lowercase to align with the other fields.

* CEF module: Support Check Point devices

This adds a new ingest pipeline and fields to populate from Check Point
CEF logs.

Closes elastic#16041

(cherry picked from commit f6fde2e)
Copy link
Contributor

@leehinman leehinman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check CHANGELOG entry

CHANGELOG.next.asciidoc Show resolved Hide resolved
@adriansr adriansr merged commit a4b5c4a into elastic:7.x Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants