Skip to content

Commit

Permalink
Add dashboard in Stan kibana tutorial (#55837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Jan 24, 2020
1 parent 837c909 commit 943e450
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/plugins/home/server/tutorials/stan_metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 943e450

Please sign in to comment.