Skip to content
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

[GS] Add Machine Learning deep links to navigational search #86170

Closed
joshdover opened this issue Dec 16, 2020 · 1 comment · Fixed by #88958
Closed

[GS] Add Machine Learning deep links to navigational search #86170

joshdover opened this issue Dec 16, 2020 · 1 comment · Fixed by #88958
Assignees
Labels
enhancement New value added to drive a business result :ml v7.12.0

Comments

@joshdover
Copy link
Contributor

joshdover commented Dec 16, 2020

Meta issue: #72680

In #83380 we added support for applications to include a searchDeepLinks property on their core.application.register call which feeds into the navigational search feature.

Machine Learning should add this property to add deep links for their key locations to search. In most cases, this should be adding an array with the name of the location and a URL path to the route in your app. See the documentation for this API for more info. Some things to consider:

  • The title for each link should be localized
  • The path for each link should be relative to your application's appRoute. Base path does not need to be included.
  • If there are locations that are only conditionally available (for example, due to licensing or feature controls), you can utilize the appUpdater$ API. See the example in the Stack Management app.

New links to add

  • Machine Learning
    • Overview (same entry point as Machine Learning app)
    • Anomaly Detection
    • Data Frame Analytics
    • Data Visualizer
    • Settings
@joshdover joshdover added enhancement New value added to drive a business result :ml labels Dec 16, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result :ml v7.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants