Skip to content
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

[Alert details page] Show alert related cases on the alert details page in summary fields section #183146

Open
maryam-saeidi opened this issue May 10, 2024 · 1 comment
Labels
Feature:Alert Details Page Observability ux management team Team:obs-ux-management Observability Management User Experience Team

Comments

@maryam-saeidi
Copy link
Member

maryam-saeidi commented May 10, 2024

Summary

Based on a discussion with @maciejforcone, the idea is to add case links related to the alert in the summary fields section. In the future, Maciej said we will consider having a separate tab on the alert details page to show the details of related cases.

Cases in alert table Place to show it on alert details page
image image

Implementation

After discussing this ticket with @cnasikas, here is an idea about implementing this feature: (Related PR for inspiration)

  1. Create a kbn-cases-hook package and put the useBulkGetCases hook in this package.
  2. Create a case component (based on CasesCell in triggers_action_ui) in kbn-cases-components package and use useBulkGetCases to fetch related cases.
    • This component will look something like: <CasesListComp ids=[‘id-1’] />
    • Make sure to pass all the Kibana services in a separate props called dependencies (example)
@maryam-saeidi maryam-saeidi added Feature:Alert Details Page Observability ux management team Team:obs-ux-management Observability Management User Experience Team labels May 10, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Alert Details Page Observability ux management team Team:obs-ux-management Observability Management User Experience Team
Projects
None yet
Development

No branches or pull requests

2 participants