[Cases] Expose maximumCasesToOpen parameter in case action connection#247990
Merged
janmonschke merged 11 commits intoelastic:mainfrom Jan 23, 2026
Merged
[Cases] Expose maximumCasesToOpen parameter in case action connection#247990janmonschke merged 11 commits intoelastic:mainfrom
janmonschke merged 11 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-cases (Team:Cases) |
Contributor
christineweng
left a comment
There was a problem hiding this comment.
Code LGTM!
- When I changed the number to 0, it does not prevent me from enabling the rule. It will fail but I think it can be avoided, like how the time window validation work
- Optional is probably not true anymore, if i remove
5, clicking enable and create rule will also throw an error
- Maybe mentioned the maximum is 20?
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
Page load bundle
History
|
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.
Summary
Addresses https://github.com/elastic/security-team/issues/15196
Adds a new setting to the cases action that allows to configure the maximum amount of cases to open per rule run. The default was 5 before and it can be configured to be anything between 1 and 20 now.
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.