mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 70cf1d32e6
)
# Conflicts:
# x-pack/plugins/security_solution/public/app/deep_links/index.ts
This commit is contained in:
parent
4063c7bd23
commit
a054098606
1 changed files with 13 additions and 5 deletions
|
@ -168,6 +168,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.events,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.events', {
|
||||
|
@ -183,12 +191,12 @@ export const securitySolutionsDeepLinks: SecuritySolutionDeepLink[] = [
|
|||
path: `${HOSTS_PATH}/externalAlerts`,
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.hostsAnomalies,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.anomalies', {
|
||||
defaultMessage: 'Anomalies',
|
||||
id: SecurityPageName.hostsRisk,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.risk', {
|
||||
defaultMessage: 'Hosts by risk',
|
||||
}),
|
||||
path: `${HOSTS_PATH}/anomalies`,
|
||||
isPremium: true,
|
||||
path: `${HOSTS_PATH}/hostRisk`,
|
||||
experimentalKey: 'riskyHostsEnabled',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue