mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Observability] Update empty state links (#72025)
* changing links * changing title
This commit is contained in:
parent
5ecf31712a
commit
77d6c4e5fe
1 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue