-
Notifications
You must be signed in to change notification settings - Fork 474
checkpoint_harmony_endpoint: fix assignment of endTime query parameter #13200
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_harmony_endpoint: fix assignment of endTime query parameter #13200
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
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.
LGTM
packages/checkpoint_harmony_endpoint/data_stream/antibot/agent/stream/cel.yml.hbs
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
History
|
|
Package checkpoint_harmony_endpoint - 0.5.1 containing this change is available at https://epr.elastic.co/package/checkpoint_harmony_endpoint/0.5.1/ |
#13200) Fixing a CEL condition that made the endTime query parameter being null when state.cursor.next_endTime is also null.
#13200) Fixing a CEL condition that made the endTime query parameter being null when state.cursor.next_endTime is also null.
#13200) Fixing a CEL condition that made the endTime query parameter being null when state.cursor.next_endTime is also null.
#13200) Fixing a CEL condition that made the endTime query parameter being null when state.cursor.next_endTime is also null.
Proposed commit message
Fixing a CEL condition that made the
endTime
query parameter being null whenstate.cursor.next_endTime
is also null, leading to the following error:Note
All data streams have identical
cel.yml.hbs
files.Checklist
changelog.yml
file.