-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[CommonServerPython] Add offset support to lookback #30300
Merged
Merged
Conversation
This file contains 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
…o cs-falcon-fetch-limit-issue
Co-authored-by: Shelly Tzohar <[email protected]>
…rikeFalcon.py Co-authored-by: yuvalbenshalom <[email protected]>
…into cs_falcon_sorting_issue
ilaner
requested review from
yaakovpraisler and
yuvalbenshalom
and removed request for
yaakovpraisler
October 18, 2023 14:23
The commonserverpython changes is on this PR: The changes here will be reverted once this PR is merged |
yaakovpraisler
approved these changes
Oct 19, 2023
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.
Nice!
ilaner
force-pushed
the
add_offset_support_lookback
branch
from
October 19, 2023 14:07
c09494c
to
39b5bcc
Compare
yaakovpraisler
approved these changes
Oct 22, 2023
yuvalbenshalom
approved these changes
Oct 23, 2023
sapirshuker
pushed a commit
that referenced
this pull request
Dec 21, 2023
* fixed the parameter that send as a limit * update rn * update test playbook * Update Packs/CrowdStrikeFalcon/ReleaseNotes/1_11_7.md Co-authored-by: Shelly Tzohar <[email protected]> * fixing test playbook * adding sort incidents by the ids order; fix time field issue * rename rn * bump version * added unitest * fix rn * save unitest fix * save format * save unitest fix * update docker * use created timestamp * start_time * RN * Update Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.py Co-authored-by: yuvalbenshalom <[email protected]> * CR * typo * fixes * fixes * fixes * fixes * sort by created * fixes * fixes * simplify * back to offset * fix offset * remove sort * fixes * RN * RN * fixes * adding tests * update * fixes * fix * fix * fix * add test with offset * add freeze time --------- Co-authored-by: daryakoval <[email protected]> Co-authored-by: Darya Koval <[email protected]> Co-authored-by: Shelly Tzohar <[email protected]> Co-authored-by: yuvalbenshalom <[email protected]>
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.
related: https://jira-hq.paloaltonetworks.local/browse/XSUP-24966
Adds support for offset in the lookback.
In case of offset, we will use the old time, and set the offset parameter to the new offset.