[8.6] [Guided onboarding] Copy update for the Security rules step (#145887) (#146102)

# Backport

This will backport the following commits from `main` to `8.6`:
- [[Guided onboarding] Copy update for the Security rules step
(#145887)](https://github.com/elastic/kibana/pull/145887)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Yulia
Čech","email":"6585477+yuliacech@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-23T09:04:45Z","message":"[Guided
onboarding] Copy update for the Security rules step (#145887)\n\n##
Summary\r\nThis PR adds a sentence to the Rules step in the Security
guide. \r\n\r\n<img width=\"458\" alt=\"Screenshot 2022-11-21 at 17 04
01\"\r\nsrc=\"https://user-images.githubusercontent.com/6585477/203102051-d3fe053b-4cf1-499d-937d-64acda7c7c41.png\">\r\n\r\ncc
@paulewing","sha":"f1cdc08253fbb3ebc4c21e5a5fd21862aa5a4e42","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Journey/Onboarding","v8.6.0","v8.7.0"],"number":145887,"url":"https://github.com/elastic/kibana/pull/145887","mergeCommit":{"message":"[Guided
onboarding] Copy update for the Security rules step (#145887)\n\n##
Summary\r\nThis PR adds a sentence to the Rules step in the Security
guide. \r\n\r\n<img width=\"458\" alt=\"Screenshot 2022-11-21 at 17 04
01\"\r\nsrc=\"https://user-images.githubusercontent.com/6585477/203102051-d3fe053b-4cf1-499d-937d-64acda7c7c41.png\">\r\n\r\ncc
@paulewing","sha":"f1cdc08253fbb3ebc4c21e5a5fd21862aa5a4e42"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145887","number":145887,"mergeCommit":{"message":"[Guided
onboarding] Copy update for the Security rules step (#145887)\n\n##
Summary\r\nThis PR adds a sentence to the Rules step in the Security
guide. \r\n\r\n<img width=\"458\" alt=\"Screenshot 2022-11-21 at 17 04
01\"\r\nsrc=\"https://user-images.githubusercontent.com/6585477/203102051-d3fe053b-4cf1-499d-937d-64acda7c7c41.png\">\r\n\r\ncc
@paulewing","sha":"f1cdc08253fbb3ebc4c21e5a5fd21862aa5a4e42"}}]}]
BACKPORT-->

Co-authored-by: Yulia Čech <6585477+yuliacech@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-11-23 05:10:26 -05:00 committed by GitHub
parent bd7cdc7a9c
commit dccfa4680a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,9 @@ export const securityConfig: GuideConfig = {
i18n.translate('guidedOnboarding.securityGuide.rulesStep.description2', {
defaultMessage: 'Select the rules that you want.',
}),
i18n.translate('guidedOnboarding.securityGuide.rulesStep.description3', {
defaultMessage: 'Enable rules to generate alerts.',
}),
],
manualCompletion: {
title: i18n.translate('guidedOnboarding.securityGuide.rulesStep.manualCompletion.title', {