[Akamai SIEM] - Fixed pagination logic to use the number_of_events_returned >= event_limit conditional check instead of offset presence - #16225
Merged
Conversation
ShourieG
marked this pull request as ready for review
December 3, 2025 11:51
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Contributor
🚀 Benchmarks reportTo see the full report comment with |
efd6
reviewed
Dec 4, 2025
efd6
left a comment
Contributor
There was a problem hiding this comment.
Rémy suggests
akamai: fix pagination logic to use limit field instead of offset
The integration was incorrectly using the offset field for pagination,
which caused issues with data retrieval. The Akamai SIEM API requires
the limit field for proper pagination control.
Documentation: https://techdocs.akamai.com/siem-integration/reference/offsetcontext
efd6
approved these changes
Dec 5, 2025
efd6
left a comment
Contributor
There was a problem hiding this comment.
LGTM, but please wait for @andrewkroh
Contributor
Author
|
@andrewkroh, made the suggested change, let me know if it's good to merge or not atm. |
💚 Build Succeeded
History
cc @ShourieG |
andrewkroh
approved these changes
Dec 5, 2025
Contributor
|
Package akamai - 3.0.1 containing this change is available at https://epr.elastic.co/package/akamai/3.0.1/ |
This file contains hidden or 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
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.
Type of change
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots