[Enhancement] [AWS Security Hub] Update the Pagination Termination Condition#4703
Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
P1llus
left a comment
There was a problem hiding this comment.
Need a minor fix @vinit-elastic , then I can merge it
| @@ -32,3 +32,4 @@ | |||
| example: "stretch" | |||
There was a problem hiding this comment.
You are linting all the yml files for all the data_streams here, please remove it
There was a problem hiding this comment.
Hey @P1llus, There is one pull request that has been merged in main that removes the last line of all agent.yml files. As a result, we must include the final line in all files; otherwise, the elastic-package check will fail.
|
Double checked with @kaiyan-sheng on the changes to agent.yml, it was indeed necessary, so we will go ahead and merge. |
|
Package aws - 1.27.2 containing this change is available at https://epr.elastic.co/search?package=aws |
Type of change
What does this PR do?
Update the Pagination Termination Condition for AWS Security Hub connector.
Current condition for pagination termination contains
[[else]][[.last_response.terminate_pagination]][[end]]which results in error logs when pagination is completed.Removing this
elsecondition will not result in error logs.Checklist
changelog.ymlfile.How to test this PR locally
Related issues
Screenshots