-
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
Add ml inference processor and APIs to console #53618
Add ml inference processor and APIs to console #53618
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
💚 Build SucceededTo 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.
Were these endpoints added to ES very recently? If so then the 400 errors may be due to the pinned ES version being out of date, which is being addressed by #53645. |
@cjcenizal these endpoints are in 8.0.0 and 7.6.0 :). As for when the PR for the endpoints was merged, it was in the last month or so. I have verified that the endpoint works on master. Do you know the pinned commit hash? I could double check before merge if you are concerned. |
Adds new Machine Learning Inference processor to Kibana Console. Also adds new Inference APIs generated from ES specs.
Adds new Machine Learning Inference processor to Kibana Console. Also adds new Inference APIs generated from ES specs.
Summary
Adds new Machine Learning inference processor to Kibana Console.
Also adds new inference APIs generated from ES specs.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials[ ] Unit or functional tests were updated or added to match the most common scenarios[ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers