-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Security Solution] Increase limit on exception items to 10k #73117
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
[Security Solution] Increase limit on exception items to 10k #73117
Conversation
|
Pinging @elastic/endpoint-response (Team:Endpoint Response) |
|
jenkins test this |
|
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
yctercero
left a comment
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 - thanks for updating this!
dplumlee
left a comment
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.
heavy lifting right here
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Increases the limit on exception items per exception list from 5k to 10k.
Validation that prevents users from adding more than 10k exception items will be handled in another PR.
For maintainers