-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[ML] Url generator #69265
Comments
Pinging @elastic/ml-ui (:ml) |
I more recent example would be Discover URL generator, take a look at that. https://github.com/elastic/kibana/blob/master/src/plugins/discover/public/url_generator.ts |
A URL generator has been added for 7.9.0 for the Anomaly Explorer in #71082. This needs to be enhanced to generate URLs for the other ML pages, including:
|
Closing as fixed by enhancements to |
Create a url generator that can be used in all the places in the ML plugin where URLs are being created in place or in scattered helper functions so that there is a central place where all that logic is being done.
This Url generator can also then be used by other plugins when they need to create ml URLs.
For example, something similar to the dashboard URL generator (
src/plugins/dashboard/public/url_generator.ts
) orjobs/components/custom_url_editor/utils.js
should work.
It should provide a solution for kibana issues open for this sort of URL generator functionality like:
#61785
#42845
The text was updated successfully, but these errors were encountered: