[ResponseOps][Rules] Map rule actions params as flattened to allow search#246123
Merged
umbopepato merged 11 commits intoelastic:mainfrom Dec 15, 2025
Merged
Conversation
Contributor
|
Pinging @elastic/response-ops (Team:ResponseOps) |
…tion_tests/ci_checks
jloleysens
approved these changes
Dec 12, 2025
…mbopepato/kibana into 339-rules-find-flattened-action-params
…flattened-action-params
Member
Author
|
Re. this: we're not adding any new SO fields, just adding mappings for the pre-existing |
Member
|
@elasticmachine merge upstream |
SiddharthMantri
approved these changes
Dec 15, 2025
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Public APIs missing comments
Page load bundle
History
|
Closed
10 tasks
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
actions.paramsfield asflattenedto allow searching by action paramsImportant
This currently only supports searching by
actions.paramsas a whole (i.e. in all leaf values of the params object). Support for deeply nested search (actions.params.param) will be added in a separate PR🧪 Verification steps
⏪ Backport rationale
Not backporting since this is an enhancement
🔗 References
Closes https://github.com/elastic/response-ops-team/issues/339
Release Notes
Adds support for searching rules by their actions' params via API
☑️ Checklist
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.