mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[SIEM] Fix Welcome to SIEM typo (#56582)
This commit is contained in:
parent
38dc1cbd3c
commit
3d96e4c95b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export const EMPTY_TITLE = i18n.translate('xpack.siem.pages.common.emptyTitle',
|
|||
|
||||
export const EMPTY_MESSAGE = i18n.translate('xpack.siem.pages.common.emptyMessage', {
|
||||
defaultMessage:
|
||||
'To begin using security information and event management, you’ll need to begin adding SIEM-related data to Kibana by installing and configuring our data shippers, called Beats. Let’s do that now!',
|
||||
'To begin using security information and event management (SIEM), you’ll need to add SIEM-related data, in Elastic Common Schema (ECS) format, to the Elastic Stack. An easy way to get started is by installing and configuring our data shippers, called Beats. Let’s do that now!',
|
||||
});
|
||||
|
||||
export const EMPTY_ACTION_PRIMARY = i18n.translate('xpack.siem.pages.common.emptyActionPrimary', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue