"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tourStepsConfig = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const tourStepsConfig = [{ title: _i18n.i18n.translate('xpack.observabilityShared.tour.observabilityOverviewStep.tourTitle', { defaultMessage: 'Welcome to Elastic Observability' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.observabilityOverviewStep.tourContent', { defaultMessage: 'Take a quick tour to learn the benefits of having all of your observability data in one stack.' }), anchor: `[id^="SolutionNav"]`, anchorPosition: 'rightUp', dataTestSubj: 'overviewStep' }, { title: _i18n.i18n.translate('xpack.observabilityShared.tour.streamStep.tourTitle', { defaultMessage: 'Tail your logs in real time' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.streamStep.tourContent', { defaultMessage: 'Monitor, filter, and inspect log events flowing in from your applications, servers, virtual machines, and containers.' }), anchor: `[data-nav-id="stream"]`, anchorPosition: 'rightUp', dataTestSubj: 'streamStep', imageConfig: { name: 'onboarding_tour_step_logs.gif', altText: _i18n.i18n.translate('xpack.observabilityShared.tour.streamStep.imageAltText', { defaultMessage: 'Logs stream demonstration' }) } }, { title: _i18n.i18n.translate('xpack.observabilityShared.tour.metricsExplorerStep.tourTitle', { defaultMessage: 'Monitor your infrastructure health' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.metricsExplorerStep.tourContent', { defaultMessage: 'Stream, group, and visualize metrics from your systems, cloud, network, and other infrastructure sources.' }), anchor: `[data-nav-id="metrics_explorer"]`, anchorPosition: 'rightUp', dataTestSubj: 'metricsExplorerStep', imageConfig: { name: 'onboarding_tour_step_metrics.gif', altText: _i18n.i18n.translate('xpack.observabilityShared.tour.metricsExplorerStep.imageAltText', { defaultMessage: 'Metrics explorer demonstration' }) } }, { title: _i18n.i18n.translate('xpack.observabilityShared.tour.servicesStep.tourTitle', { defaultMessage: 'Identify and resolve application issues' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.servicesStep.tourContent', { defaultMessage: 'Find and fix performance problems quickly by collecting detailed information about your services.' }), anchor: `[data-nav-id="services"]`, anchorPosition: 'rightUp', dataTestSubj: 'servicesStep', imageConfig: { name: 'onboarding_tour_step_services.gif', altText: _i18n.i18n.translate('xpack.observabilityShared.tour.servicesStep.imageAltText', { defaultMessage: 'Services demonstration' }) } }, { title: _i18n.i18n.translate('xpack.observabilityShared.tour.alertsStep.tourTitle', { defaultMessage: 'Get notified when something changes' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.alertsStep.tourContent', { defaultMessage: 'Define and detect conditions that trigger alerts with third-party platform integrations like email, PagerDuty, and Slack.' }), anchor: `[data-nav-id="alerts"]`, anchorPosition: 'rightUp', dataTestSubj: 'alertStep', imageConfig: { name: 'onboarding_tour_step_alerts.gif', altText: _i18n.i18n.translate('xpack.observabilityShared.tour.alertsStep.imageAltText', { defaultMessage: 'Alerts demonstration' }) } }, { title: _i18n.i18n.translate('xpack.observabilityShared.tour.guidedSetupStep.tourTitle', { defaultMessage: 'Do more with Elastic Observability' }), content: _i18n.i18n.translate('xpack.observabilityShared.tour.guidedSetupStep.tourContent', { defaultMessage: 'The easiest way to continue with Elastic Observability is to follow recommended next steps in the data assistant.' }), anchor: '#guidedSetupButton', anchorPosition: 'rightUp', dataTestSubj: 'guidedSetupStep', offset: 10 }]; exports.tourStepsConfig = tourStepsConfig;