-
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
Alerts and cases page components for observability plugin #93365
Conversation
Create components for the alerts and cases pages. This only contains basic empty components and stories for them.
retest |
Putting this back in draft. I'll add the routes in observability and have this set up to be ready to receive the table and other components from #93873. |
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.
Telemetry changes LGTM!
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
🙌🏻
Set up the scaffolding for alerts and cases in observability, as the initial work for elastic/security-team#901.
Examples of components are in Storybook: https://ci-artifacts.kibana.dev/storybooks/pr-93365/a17c29925a56ee6536ba15d2a467b00f0196f542/observability/iframe.html?id=app-alerts--example&viewMode=story
There's a feature flag in Kibana advanced settings under Observability:
When this is enabled the Alerts and Cases are available in the top-level navigation:
The link to "Manage alerts" in the overview goes to the new alerts page when the feature flag is enabled:
The alerts page shows the search bar (which is not functional) and placeholder alerts table with sample data based on the wireframes:
You can click on "Alert details" in a row to show the flyout:
The first item has some example data included to fill out an example in the flyout.
The "Manage detection rules" button links to the Kibana alert settings (once we have our own page for managing rules in a future milestone we'll link there.)
The cases page is empty and shows a disclaimer:
The "Manage alerts"/"View active alerts" items on the header menu alerts dropdown in APM, Logs, Metrics, and Uptime have not been changed and still go to the Stack Management Alerts and Actions page:
There's currently a console error that happens:
I believe this is due to the search bar not being properly set up at this time and can be safely ignored.