Skip to content

Commit

Permalink
fix azure metrics home data
Browse files Browse the repository at this point in the history
  • Loading branch information
narph committed May 18, 2020
1 parent 404743a commit 6227f7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 11 additions & 8 deletions src/plugins/home/server/tutorials/azure_metrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function azureMetricsSpecProvider(context: TutorialContext): TutorialSche
name: i18n.translate('home.tutorials.azureMetrics.nameTitle', {
defaultMessage: 'Azure metrics',
}),
isBeta: true,
isBeta: false,
category: TutorialsCategory.METRICS,
shortDescription: i18n.translate('home.tutorials.azureMetrics.shortDescription', {
defaultMessage: 'Fetch Azure Monitor metrics.',
Expand All @@ -51,18 +51,21 @@ export function azureMetricsSpecProvider(context: TutorialContext): TutorialSche
}),
euiIconType: 'logoAzure',
artifacts: {
application: {
label: i18n.translate('home.tutorials.azureMetrics.artifacts.application.label', {
defaultMessage: 'Discover',
}),
path: '/app/discover#/',
},
dashboards: [],
dashboards: [
{
id: 'eb3f05f0-ea9a-11e9-90ec-112a988266d5',
linkLabel: i18n.translate('home.tutorials.azureMetrics.artifacts.dashboards.linkLabel', {
defaultMessage: 'Azure metrics dashboard',
}),
isOverview: true,
},
],
exportedFields: {
documentationUrl: '{config.docs.beats.metricbeat}/exported-fields-azure.html',
},
},
completionTimeMinutes: 10,
previewImagePath: '/plugins/home/assets/azure_metrics/screenshot.png',
onPrem: onPremInstructions(moduleName, context),
elasticCloud: cloudInstructions(moduleName),
onPremElasticCloud: onPremCloudInstructions(moduleName),
Expand Down

0 comments on commit 6227f7f

Please sign in to comment.