mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
(cherry picked from commit f1ca98369d
)
Co-authored-by: Kristof C <kpac.ja@gmail.com>
This commit is contained in:
parent
87c3ad3e91
commit
a889f564c5
1 changed files with 3 additions and 2 deletions
|
@ -23,7 +23,8 @@ export const overviewLinks: LinkItem = {
|
|||
title: OVERVIEW,
|
||||
landingImage: overviewPageImg,
|
||||
description: i18n.translate('xpack.securitySolution.appLinks.overviewDescription', {
|
||||
defaultMessage: 'What is going on in your security environment.',
|
||||
defaultMessage:
|
||||
'Summary of your security environment activity, including alerts, events, recent items, and a news feed!',
|
||||
}),
|
||||
path: OVERVIEW_PATH,
|
||||
capabilities: [`${SERVER_APP_ID}.show`],
|
||||
|
@ -54,7 +55,7 @@ export const detectionResponseLinks: LinkItem = {
|
|||
landingImage: detectionResponsePageImg,
|
||||
description: i18n.translate('xpack.securitySolution.appLinks.detectionAndResponseDescription', {
|
||||
defaultMessage:
|
||||
"Monitor the impact of application and device performance from the end user's point of view.",
|
||||
'Information about your Alerts and Cases within the Security Solution, including Hosts and Users with Alerts.',
|
||||
}),
|
||||
path: DETECTION_RESPONSE_PATH,
|
||||
capabilities: [`${SERVER_APP_ID}.show`],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue