-
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
[RAC] [Metrics UI] Include group name in the reason message #109610
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Discussed in weekly meeting, this can be closed |
@mgiota / @weltenwort can you work together to rewrite the description of this ticket (or log a new one and re-close this one) to reflect what we intend to do here for now? I know we want to index some fields—do we have a short list of the ones to start with that we could index in ECS format for now? Or do we want to push ECS field indexing to a future release? |
ℹ️ I updated the description so it focuses on the reason message for now |
@weltenwort Can you check my comment here #115171 (comment)? I changed the reason format and moved the group at the end. Any objections on that? |
📝 Sumamary
In the following table it looks like each alert appears twice. It turns out that these alerts refer to different hosts, but that is not apparent from the reason message.
✔️ Acceptance criteria
my-host: ...
ormy-container: ...
Notes
The grouping field is used as the alert id. This is already implemented for the log threshold id, which can serve as a blueprint here:
kibana/x-pack/plugins/infra/server/lib/alerting/log_threshold/reason_formatters.ts
Lines 29 to 44 in 7d6aba5
kibana/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts
Lines 251 to 256 in 7d6aba5
The text was updated successfully, but these errors were encountered: