Skip to content

Commit

Permalink
[Synthetics] Add a guided card for synthetics (#159863)
Browse files Browse the repository at this point in the history
Adds a guided card for synthetics. Guided onboarding is only available
in cloud, so in order to test it locally you can add `xpack.cloud.id:
test` setting to your `kibana.dev.yml` file. You can find more
information in the [guided onboarding
docs](https://github.com/elastic/kibana/tree/main/src/plugins/guided_onboarding#development).


https://github.com/elastic/kibana/assets/5831975/f146bc08-a1a4-4d4f-891b-574b71584eba

Part of #159562

---------

Co-authored-by: Casper Hübertz <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Jun 19, 2023
1 parent 0163bf3 commit 043a1a5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,22 @@ export const guideCards: GuideCardConstants[] = [
telemetryId: 'onboarding--observability--kubernetes',
order: 11,
},
{
solution: 'observability',
icon: 'videoPlayer',
title: i18n.translate(
'guidedOnboardingPackage.gettingStarted.cards.syntheticsObservability.title',
{
defaultMessage: 'Create a Synthetic Monitor',
}
),
navigateTo: {
appId: 'synthetics',
path: '/monitors/getting-started',
},
telemetryId: 'onboarding--observability--synthetics',
order: 14,
},
{
solution: 'security',
icon: 'securitySignal',
Expand Down

0 comments on commit 043a1a5

Please sign in to comment.