mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update deeplinks and network links to add Network evetns to global nav search (#138412)
Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
This commit is contained in:
parent
24ababf408
commit
c8e18f77b3
2 changed files with 15 additions and 1 deletions
|
@ -326,12 +326,19 @@ export const securitySolutionsDeepLinks: SecuritySolutionDeepLink[] = [
|
|||
},
|
||||
{
|
||||
id: SecurityPageName.networkAnomalies,
|
||||
title: i18n.translate('xpack.securitySolution.search.hosts.anomalies', {
|
||||
title: i18n.translate('xpack.securitySolution.search.network.anomalies', {
|
||||
defaultMessage: 'Anomalies',
|
||||
}),
|
||||
path: `${NETWORK_PATH}/anomalies`,
|
||||
isPremium: true,
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.networkEvents,
|
||||
title: i18n.translate('xpack.securitySolution.search.network.events', {
|
||||
defaultMessage: 'Events',
|
||||
}),
|
||||
path: `${NETWORK_PATH}/events`,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -55,5 +55,12 @@ export const links: LinkItem = {
|
|||
path: `${NETWORK_PATH}/anomalies`,
|
||||
licenseType: 'gold',
|
||||
},
|
||||
{
|
||||
id: SecurityPageName.networkEvents,
|
||||
title: i18n.translate('xpack.securitySolution.appLinks.network.events', {
|
||||
defaultMessage: 'Events',
|
||||
}),
|
||||
path: `${NETWORK_PATH}/events`,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue