Add dashboard in Stan kibana tutorial (#55837)

This commit is contained in:
Chris Mark 2020-01-24 18:16:31 +02:00 committed by GitHub
parent 837c9092e3
commit 943e450ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -50,13 +50,21 @@ export function stanMetricsSpecProvider(context: TutorialContext): TutorialSchem
}),
euiIconType: '/plugins/kibana/home/tutorial_resources/logos/stan.svg',
artifacts: {
dashboards: [],
dashboards: [
{
id: 'dbf2e220-37ce-11ea-a9c8-152a657da3ab',
linkLabel: i18n.translate('home.tutorials.stanMetrics.artifacts.dashboards.linkLabel', {
defaultMessage: 'Stan metrics dashboard',
}),
isOverview: true,
},
],
exportedFields: {
documentationUrl: '{config.docs.beats.metricbeat}/exported-fields-stan.html',
},
},
completionTimeMinutes: 10,
// previewImagePath: '/plugins/kibana/home/tutorial_resources/stan_metrics/screenshot.png',
previewImagePath: '/plugins/kibana/home/tutorial_resources/stan_metrics/screenshot.png',
onPrem: onPremInstructions(moduleName, context),
elasticCloud: cloudInstructions(moduleName),
onPremElasticCloud: onPremCloudInstructions(moduleName),