Versions
Kibana: 7.10
Summary
I think there's a bug in this line:
|
defaultMessage="score {value} and above" |
It causes the dropdown to always show "score {selected-score} and above":


Something like this would make more sense to me:
critical
score critical
major
score major and above
minor
score minor and above
warning
score warning and above
Versions
Kibana: 7.10
Summary
I think there's a bug in this line:
kibana/x-pack/plugins/apm/public/components/alerting/TransactionDurationAnomalyAlertTrigger/SelectAnomalySeverity.tsx
Line 51 in b7fb575
It causes the dropdown to always show "score {selected-score} and above":


Something like this would make more sense to me: