-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Make alert params sortable and filterable #87835
Conversation
💔 Build Failed
Failed CI Steps
Test FailuresChrome UI Functional Tests.test/functional/apps/discover/_errors·ts.discover app errors "after all" hook in "errors"Standard Out
Stack Trace
Chrome UI Functional Tests.test/functional/apps/management/_mgmt_import_saved_objects·js.management mgmt saved objects "after each" hook for "should import saved objects mgmt"Standard Out
Stack Trace
Chrome UI Functional Tests.test/functional/apps/management/index·ts.management "after all" hook in "management"Standard Out
Stack Trace
and 17 more failures, only showing the first 3. Metrics [docs]Saved Objects .kibana field count
To update your PR or re-run it, just comment with: |
Resolves #50213
In this PR, I'm making the
alert.params
object sortable and filterable by using the flattened field type. It does have its limitations mentioned here but it seems sufficient based on conversations here.