-
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
[Logs UI] Display log analysis job status and offer deletion capability #44414
Comments
Pinging @elastic/infra-logs-ui |
Copy for callout on Log rate view
|
@katrin-freihofner thanks for adding the mockups! I have a hard time mapping the messages to the technical states though 🤔 Job config is outdated
We don't automatically create a new ML job. This would only happen in response to an affirmative user action. So instead we would need something like
Job is not running
We don't distinguish the reason why the job has been stopped. We just notice it's not running. Starting the job doesn't require recreating it, so I imagine the message to be something like
Job is missingThis means that there would be no results, so it would immediate show the setup screen. We also need some additional states: Job definition is outdatedThis happens when Kibana has been updated with a version in which we ship an updated ML module definition.
Does that make sense? I would image the actions should probably be buttons that call to action as shown in this EUI example? |
Apparently, I misunderstood that. Yes, it makes sense to add these call to actions as buttons within the callouts. @Titch990 would you mind helping us with the final wording? |
@katrin-freihofner Of course. Does the text in @weltenwort's comment above reflect the final set of error conditions you want to handle, and the related explanations, or are you still working that out? If the latter, ping me when you are ready. |
@Titch990 Not sure about "final" 😉 I'll let you know when I have more confidence about the list of messages. |
@weltenwort By "final" I meant a list you were happy for me to review, not "final final" if you get what I mean. |
@Titch990 I believe the set of messages would be the following. I've started adding them in #47642. Job configuration is outdated
Job is not running
Job definition is outdatedThis happens when Kibana has been updated with a version in which we ship an updated ML module definition.
|
Hi there,
Perhaps
Perhaps
Perhaps |
closed via #47642 |
Summary
The logs analysis page should offer the possibility for the user to delete the deployed ML jobs associated with the current space and source.
Rationale
It is important that the user can delete the ML jobs for several reasons:
Acceptance Criteria
Mockups
Next step would be to include a warning when chaning the settings
...and a toast message indicating that a new ML job has been created
The text was updated successfully, but these errors were encountered: