-
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
[Fleet][GS] Add Fleet deep links to navigational search #86171
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
Pinging @elastic/ingest-management (Feature:Fleet) |
I think we can add/export a new data structure in
|
@jfsiii @jen-huang Is this something that will make 7.12? I imagine it's not a whole lot of work based off the suggestion above. |
@joshdover I think you're right that it's not a lot of work, but cc @ph because I don't believe we have assigned this to a release. |
@jloleysens I found this old issue that would be closed by your PR #102227 :) The AC here talks about the subpages too, but now that Integrations is separated out, I'm comfortable with just Integrations + Fleet present in the search results. |
Hi @jloleysens While performing testing on #102227 feature merges, we have come up with following queries:
For now we have reported issue: #104411 Thanks |
I'll respond on the open issue |
Currently blocked by #96134
Meta issue: #72680
In #83380 we added support for applications to include a
searchDeepLinks
property on theircore.application.register
call which feeds into the navigational search feature.Fleet 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:
title
for each link should be localizedpath
for each link should be relative to your application'sappRoute
. Base path does not need to be included.appUpdater$
API. See the example in the Stack Management app.New links to add
Fleet
The text was updated successfully, but these errors were encountered: