-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Observability] Related alerts based on scoring !! #215673
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
Conversation
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
kdelemme
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <EuiFlexGroup direction="column" gutterSize="m"> | ||
| <EuiSpacer size="s" /> | ||
| <EuiCallOut | ||
| size="s" | ||
| title={i18n.translate( | ||
| 'xpack.observability.relatedAlertsView.euiCallOut.relatedAlertsHeuristicsLabel', | ||
| { defaultMessage: 'Related alerts heuristics' } | ||
| )} | ||
| iconType="search" | ||
| > | ||
| <p> | ||
| {i18n.translate('xpack.observability.relatedAlertsView.p.weAreFetchingAlertsLabel', { | ||
| defaultMessage: | ||
| "We are fetching relevant alerts to the current alert based on some heuristics. Soon you'll be able to tweaks the weights applied to these heuristics", | ||
| })} | ||
| </p> | ||
| </EuiCallOut> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we keep this?
cauemarcondes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obs changes LGTM
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
Total ESLint disabled count
History
|
|
Starting backport for target branches: 8.x |
|
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
1 similar comment
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…218664) # Backport This will backport the following commits from `main` to `8.x`: - [[Observability] Related alerts based on scoring !! (#215673)](#215673) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-04-14T15:35:40Z","message":"[Observability] Related alerts based on scoring !! (#215673)\n\n## Summary\n\nCopying most of #214017 !!\n\nFixes https://github.com/elastic/kibana/issues/214372\n\n### Implementation\nWe are now using response ops alerts table with custom score querying\nbased on tags/groups matches and Jaccard similarity on documents !!\n\n\n<img width=\"1728\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/b3a69280-c05d-4100-be6a-2c8dadcc051d\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>\nCo-authored-by: Dominique Clarke <[email protected]>\nCo-authored-by: Kevin Delemme <[email protected]>","sha":"760106eb8611a934d10157fb021979637d49dae4","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","backport:version","v9.1.0","v8.19.0"],"title":"[Observability] Related alerts based on scoring !!","number":215673,"url":"https://github.com/elastic/kibana/pull/215673","mergeCommit":{"message":"[Observability] Related alerts based on scoring !! (#215673)\n\n## Summary\n\nCopying most of #214017 !!\n\nFixes https://github.com/elastic/kibana/issues/214372\n\n### Implementation\nWe are now using response ops alerts table with custom score querying\nbased on tags/groups matches and Jaccard similarity on documents !!\n\n\n<img width=\"1728\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/b3a69280-c05d-4100-be6a-2c8dadcc051d\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>\nCo-authored-by: Dominique Clarke <[email protected]>\nCo-authored-by: Kevin Delemme <[email protected]>","sha":"760106eb8611a934d10157fb021979637d49dae4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215673","number":215673,"mergeCommit":{"message":"[Observability] Related alerts based on scoring !! (#215673)\n\n## Summary\n\nCopying most of #214017 !!\n\nFixes https://github.com/elastic/kibana/issues/214372\n\n### Implementation\nWe are now using response ops alerts table with custom score querying\nbased on tags/groups matches and Jaccard similarity on documents !!\n\n\n<img width=\"1728\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/b3a69280-c05d-4100-be6a-2c8dadcc051d\"\n/>\n\n---------\n\nCo-authored-by: kibanamachine <[email protected]>\nCo-authored-by: Dominique Clarke <[email protected]>\nCo-authored-by: Kevin Delemme <[email protected]>","sha":"760106eb8611a934d10157fb021979637d49dae4"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: Shahzad <[email protected]>

Summary
Copying most of #214017 !!
Fixes #214372
Implementation
We are now using response ops alerts table with custom score querying based on tags/groups matches and Jaccard similarity on documents !!