-
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 Meta Issue] Create API routes to manage ML categorization jobs #41509
Comments
Pinging @elastic/infra-logs-ui |
I agree, but the user might have removed one of them via the ML UI. The routes except for the removal route should therefore first check for the correct presence of the jobs and return a corresponding error if they don't match the expectations. |
edit: I moved this comment's content into the main issue description |
This is a good start to the documentation, we can break out the results endpoints to a new ticket. |
Going to split this into 3 issues, one for each endpoint. I want to make one PR for each of them instead of doing them all at once, so that will make tracking easier |
Given that the existing module API will be extended to support our requirements (#42409), there is no need for a custom API. |
Summary
The infra app Kibana HTTP API needs to be able to send queries to the ML API in order to create the 3 ML jobs required, to query for results from those jobs when they exist, and to remove/disable the jobs.
The APIs to access the jobs' results are described in #41805.
Acceptance criteria
General properties
data
field of the request.data
field of the response.Task breakdown
Original ACs
Note:
The text was updated successfully, but these errors were encountered: