mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix Host by Risk global deep link search not present (#129869)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
3fe51eb427
commit
70cf1d32e6
1 changed files with 13 additions and 5 deletions
|
@ -207,6 +207,14 @@ export const securitySolutionsDeepLinks: SecuritySolutionDeepLink[] = [
|
|||
}),
|
||||
path: `${HOSTS_PATH}/uncommonProcesses`,
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.hostsAnomalies,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.anomalies', {
|
||||
defaultMessage: 'Anomalies',
|
||||
}),
|
||||
path: `${HOSTS_PATH}/anomalies`,
|
||||
isPremium: true,
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.hostsEvents,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.events', {
|
||||
|
@ -222,12 +230,12 @@ export const securitySolutionsDeepLinks: SecuritySolutionDeepLink[] = [
|
|||
path: `${HOSTS_PATH}/externalAlerts`,
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.hostsAnomalies,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.anomalies', {
|
||||
defaultMessage: 'Anomalies',
|
||||
id: SecurityPageName.usersRisk,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.risk', {
|
||||
defaultMessage: 'Hosts by risk',
|
||||
}),
|
||||
path: `${HOSTS_PATH}/anomalies`,
|
||||
isPremium: true,
|
||||
path: `${HOSTS_PATH}/hostRisk`,
|
||||
experimentalKey: 'riskyHostsEnabled',
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.sessions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue