From 77d6c4e5fea20b1a91ab348df62409c08c7ba024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Marcondes?= <55978943+cauemarcondes@users.noreply.github.com> Date: Thu, 16 Jul 2020 13:18:01 +0100 Subject: [PATCH] [Observability] Update empty state links (#72025) * changing links * changing title --- .../public/pages/overview/empty_section.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/observability/public/pages/overview/empty_section.ts b/x-pack/plugins/observability/public/pages/overview/empty_section.ts index e30eda9f3e05..0330ba5cc04b 100644 --- a/x-pack/plugins/observability/public/pages/overview/empty_section.ts +++ b/x-pack/plugins/observability/public/pages/overview/empty_section.ts @@ -22,7 +22,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I linkTitle: i18n.translate('xpack.observability.emptySection.apps.logs.link', { defaultMessage: 'Install Filebeat', }), - href: 'https://www.elastic.co', + href: core.http.basePath.prepend('/app/home#/tutorial_directory/logging'), }, { id: 'apm', @@ -35,9 +35,9 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I 'Trace transactions through a distributed architecture and map your services’ interactions to easily spot performance bottlenecks.', }), linkTitle: i18n.translate('xpack.observability.emptySection.apps.apm.link', { - defaultMessage: 'Install agent', + defaultMessage: 'Install Agent', }), - href: 'https://www.elastic.co', + href: core.http.basePath.prepend('/app/home#/tutorial/apm'), }, { id: 'infra_metrics', @@ -50,9 +50,9 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I 'Analyze metrics from your infrastructure, apps, and services. Discover trends, forecast behavior, get alerts on anomalies, and more.', }), linkTitle: i18n.translate('xpack.observability.emptySection.apps.metrics.link', { - defaultMessage: 'Install metrics module', + defaultMessage: 'Install Metricbeat', }), - href: 'https://www.elastic.co', + href: core.http.basePath.prepend('/app/home#/tutorial_directory/metrics'), }, { id: 'uptime', @@ -67,7 +67,7 @@ export const getEmptySections = ({ core }: { core: AppMountContext['core'] }): I linkTitle: i18n.translate('xpack.observability.emptySection.apps.uptime.link', { defaultMessage: 'Install Heartbeat', }), - href: 'https://www.elastic.co', + href: core.http.basePath.prepend('/app/home#/tutorial/uptimeMonitors'), }, { id: 'alert',