-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
feat(rca): create and edit investigation form in flyout #192208
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
/ci |
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
...plugins/observability_solution/investigate_app/public/pages/list/investigation_list_page.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/observability_solution/investigate_app/public/hooks/use_fetch_investigation.ts
Show resolved
Hide resolved
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.
LGTM
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
resolves #192176
resolves #192105
Summary
This PR introduces a form used for editing and creating an investigation. Currently, the only available fields are the title and the status.
I've also removed the ESQL datatable in this PR.
Testing
Go to the investigation page, use the Create button to create a new investigation, then edit it. Add some esql items and notes.
rca.-.create.and.edit.flow.mov