[GS] Add Security Solution deep links to navigational search #86167
Labels
enhancement
New value added to drive a business result
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
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.Security Solution apps 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
Detections
Hosts
Network
Timelines
The text was updated successfully, but these errors were encountered: