-
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
[RCA] Define new "investigation" CRUD API #187284
Comments
@maryam-saeidi I just synced with @kdelemme and @benakansara and they've got some good context now from the other POC, so they're going to jump in on these investigation UI side tickets. Feel free to continue to be involved as we refine these (asking questions, syncing between the entry point flow and this flow). Thanks all. |
Design: https://www.figma.com/design/YJPufJ9KJjvBY9pGvNDRSR/RCA-workflows?node-id=0-1&t=IgH5U7bAwPV2PxFS-1 First attempt at providing an overview of what needs to be done in order to bring the aforementioned design to life. Design elementsWe have a date range picker that seems to be global to all the widget present on the page. Recent EventsWe need to find for every event shown in the design, how we get the data. it can be using an existing API if one exists, or a query into the index used by the rule.
Model
API
Kibana pluginsBecause of cyclic dependencies, Dario's initial POC used two plugins, one responsible for the registry of widgets: other plugins would depend upon it to register their widgets, e.g. APM, SLO, Synthetics, etc... And the main plugin depending on the registry one, and on the other plugins like SLO, APM (e.g. for the clients), and containing the investigation UI and API. ConcernsAs we focus on one particular alert, we make this investigation UI a fixed set of elements or simply a different alert details page. We need to keep in mind that the user knows better and should construct the investigation block as they want. |
@kdelemme Great points! In the
The Since there is the concept of Escalation and inviting more users to the investigation, we should add the list of invited users as well.
|
@kdelemme Regarding |
In the design there is the concept of |
I feel like we are doing the same thing as cases with additional components like widgets and hypotheses 🙈 Putting that aside and only focusing on the proposal, do we also need to keep a field related to the latest update? (like updatedAt, updatedBy, for Investigation) I assume hypotheses are not editable in this model, right? @mgiota For integrations, how is it different from the |
Is the above a full set of events that need to be captured? |
Just the ones that appear in the design. As the current approach requires us to manually extract each event using specific logic, we'll need to understand what the intended universe of events is, to start. A question for @drewpost I think. |
thanks, @jasonrhodes. Do you have a sense of how you will capture and compute some of these? Do you expect to have these attached to an entity? |
I don't have good ideas yet. If they were available via the entity system, that would be great, but I don't want to block this work on that one so we will look at alternative ways of computing some of these, as well, and will have to punt on the ones that aren't possible (at least until entities are available). |
Hey all! Just wanted to drop a heads up that security is also going to have a concept of Is there additional documentation on this feature that we may be able to read up on? |
Ping @drewpost re: this security overlap in the "investigations" concept ^^ @michaelolo24, who would be the product person for Drew to sync up with here? |
@jasonrhodes => @paulewing would be the person for him to speak with, thanks! |
Closed by #190094 |
Acceptance Criteria
The text was updated successfully, but these errors were encountered: