-
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
[APM] Use ML plugin APIs for querying and capabilities in Service Maps #66370
Comments
Pinging @elastic/apm-ui (Team:apm) |
I addition to using |
This was accomplished in #68485 |
This may have been closed prematurely as there are still some APM functions which search the ML results index directly. Unless this work is to be covered by a different issue? The title suggests that it will cover all queries for ML data. |
@ogupte Will you create a new issue to track the remaining work? |
I'll change the name and description on this issue, and move remaining work to the new issue |
For Service map integration with machine learning, APM should list
ml
inoptionalPlugins
inkibana.json
in order to leverage themlClient
andmlCapabilities
APIs exposed by ML's plugin setup contract. Similar to how SEIM handles ml integration (https://github.com/elastic/kibana/blob/master/x-pack/plugins/siem/server/lib/machine_learning/authz.ts#L117-L118). In other areas of integration with ML, this would allow more appropriate messaging in the ml integration flyout, and transaction charts.The text was updated successfully, but these errors were encountered: