-
Notifications
You must be signed in to change notification settings - Fork 438
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
[checkpoint] Fix checkpoint.source_object mapping #2951
[checkpoint] Fix checkpoint.source_object mapping #2951
Conversation
According to https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk144192, Check Point module field checkpoint.source_object should be mapped as a string type instead of long. Syncs change from: elastic/beats@a5e6e5b Relates: elastic/beats#25124
c061629
to
666d28f
Compare
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Out of curiosity, what did you use to do the sorting? |
This reverts commit 162831a.
I had sorted the fields.yml so I could compare it to the one in beats using |
What does this PR do?
According to https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk144192, Check Point module field checkpoint.source_object should be mapped as a string type instead of integer.
Syncs change from: elastic/beats@a5e6e5b
Relates: elastic/beats#25124
Other changes:
log.file.path
event.original
mappingThis was observed while preparing elastic/beats#31076.
Checklist
changelog.yml
file.Related issues