Skip to content

Commit

Permalink
[Observability] Update empty state links (#72025)
Browse files Browse the repository at this point in the history
* changing links

* changing title
  • Loading branch information
cauemarcondes authored Jul 16, 2020
1 parent 5ecf317 commit 77d6c4e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 77d6c4e

Please sign in to comment.