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

EDA: support starting at latest #549

Closed
evanstoner opened this issue Aug 16, 2024 · 0 comments · Fixed by #552
Closed

EDA: support starting at latest #549

evanstoner opened this issue Aug 16, 2024 · 0 comments · Fixed by #552
Assignees
Labels
eda Event driven ansible work feature_request
Milestone

Comments

@evanstoner
Copy link
Contributor

Appears we can set whence = 2 from https://falcon.us-2.crowdstrike.com/documentation/page/ddad2900/event-streams-apis

Since this parameter is weird and unclear, instead of just providing a 1:1 whence parameter, I'd suggest adding a latest boolean to the options (mutually exclusive with offset) and if set open the stream with whence = 2.

@carlosmmatos carlosmmatos self-assigned this Aug 26, 2024
@carlosmmatos carlosmmatos added eda Event driven ansible work feature_request labels Aug 26, 2024
@carlosmmatos carlosmmatos added this to the 4.6.0 milestone Aug 31, 2024
carlosmmatos added a commit to carlosmmatos/ansible_collection_falcon that referenced this issue Aug 31, 2024
Fixes CrowdStrike#526
Fixes CrowdStrike#549

This option is mutually exclusive with offset, and if selected, will
allow the event stream to always start from the latest event. This is
useful for not having to manage the offset.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eda Event driven ansible work feature_request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants