You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the alert dropdown list only shows suggestions for the last 24 hours, which poses a problem when users are within the APM application and select a previous range with data. This results in an empty suggestion list with no options to select but a view with data.
Proposal
We show the APM alert rules in 3 places
APM app
Alert rules
Rules page within stack management (app/management/insightsAndAlerting/triggersActions/rules)
In APM, if a time range is selected, the suggestion fields in the alert dropdown should respect this range otherwise it will fallback to 24h
For the rest, it will show suggestions for the last 24h as there is no timerange.
Problem
Currently, the alert dropdown list only shows suggestions for the last 24 hours, which poses a problem when users are within the APM application and select a previous range with data. This results in an empty suggestion list with no options to select but a view with data.
Proposal
We show the APM alert rules in 3 places
In APM, if a time range is selected, the suggestion fields in the alert dropdown should respect this range otherwise it will fallback to 24h
For the rest, it will show suggestions for the last 24h as there is no timerange.
Related links
https://github.com/elastic/kibana/blob/main/x-pack/plugins/apm/public/components/alerting/utils/fields.tsx#L56-L57
#152329
The text was updated successfully, but these errors were encountered: