-
Notifications
You must be signed in to change notification settings - Fork 497
[Enhancement] [AWS Security Hub] Update the Pagination Termination Condition #4703
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
[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
|
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.
Need a minor fix @vinit-elastic , then I can merge it
- name: os.codename | ||
type: keyword | ||
example: "stretch" |
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.
You are linting all the yml files for all the data_streams here, please remove it
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.
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
else
condition will not result in error logs.Checklist
changelog.yml
file.How to test this PR locally
Related issues
Screenshots