Skip to content

Commit

Permalink
[Guided onboarding] Config updates for the Security guide (#144844)
Browse files Browse the repository at this point in the history
## Summary
Fixes #138644

This PR adds a manual completion to the Alerts and fixes the link to
redirect the user to Dashboards as the end of the guide.

Screenshot 
<img width="356" alt="Screenshot 2022-11-08 at 20 39 52"
src="https://user-images.githubusercontent.com/6585477/200661086-4724c584-a215-45a7-832e-961bed99600e.png">

Screencast


https://user-images.githubusercontent.com/6585477/200661156-241d2ab3-47a0-465a-a59d-17d72ca53ccb.mov

Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>
  • Loading branch information
yuliacech and kellyemurphy authored Nov 9, 2022
1 parent daf9322 commit 9a47f41
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const securityConfig: GuideConfig = {
}),
guideName: 'Security',
completedGuideRedirectLocation: {
appID: 'security',
path: '/app/security/dashboards',
appID: 'securitySolutionUI',
path: '/dashboards',
},
description: i18n.translate('guidedOnboarding.securityGuide.description', {
defaultMessage: `We'll help you get set up quickly, using Elastic's out-of-the-box integrations.`,
Expand Down Expand Up @@ -87,6 +87,17 @@ export const securityConfig: GuideConfig = {
appID: 'securitySolutionUI',
path: '/alerts',
},
manualCompletion: {
title: i18n.translate('guidedOnboarding.securityGuide.alertsStep.manualCompletion.title', {
defaultMessage: 'Continue with the tour',
}),
description: i18n.translate(
'guidedOnboarding.securityGuide.alertsStep.manualCompletion.description',
{
defaultMessage: `After you've explored the case you created, click here to continue.`,
}
),
},
},
],
};

0 comments on commit 9a47f41

Please sign in to comment.