-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Logs & Metrics UI] Create alert flyout to use columns in EuiExpression #69233
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
So in summary, the open questions are:
|
@elastic/observability-design how do we get this back on your radar so you can help us navigate this? The main issues are: a) Multi-condition alerts, like @Zacqary explains in this comment above in this thread, and b) Ratio alerts, which @Kerry350 explains here in the attached PR Thanks! |
Thanks for bringing this back up @jasonrhodes - I tried to do some quick designs for the multi-condition alerts awhile back, but hadn't considered how this would work with ratio alerts. I think we'll need to take another look at this to accommodate both types. Unfortunately I don't have the bandwidth to tackle this in 7.12, but perhaps we can get this scheduled for the 7.13 cycle. We can probably design and implement this in the same release. (cc @katrin-freihofner @katefarrar) |
Not prioritizing this at this time. |
We just updated the Index Threshold trigger type to use the new props available in
EuiExpression
(display='columns'
andisInvalid
). In Kibana, the common expression components now have a new prop calleddisplay
which you can set tofullWidth
to enable this new layout. You would need to do something similar for other components that are usingEuiExpression
.For reference, this is the result for Index Threshold:
The text was updated successfully, but these errors were encountered: