@@ -31,8 +31,8 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
3131 defaultMessage : 'Download and install Heartbeat' ,
3232 } ) ,
3333 textPre : i18n . translate ( 'home.tutorials.common.heartbeatInstructions.install.osxTextPre' , {
34- defaultMessage : 'First time using Heartbeat? See the [Getting Started Guide ]({link}).' ,
35- values : { link : '{config.docs.beats.heartbeat}/heartbeat-getting-started .html' } ,
34+ defaultMessage : 'First time using Heartbeat? See the [Quick Start ]({link}).' ,
35+ values : { link : '{config.docs.beats.heartbeat}/heartbeat-installation-configuration .html' } ,
3636 } ) ,
3737 commands : [
3838 'curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{config.kibana.version}-darwin-x86_64.tar.gz' ,
@@ -45,8 +45,8 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
4545 defaultMessage : 'Download and install Heartbeat' ,
4646 } ) ,
4747 textPre : i18n . translate ( 'home.tutorials.common.heartbeatInstructions.install.debTextPre' , {
48- defaultMessage : 'First time using Heartbeat? See the [Getting Started Guide ]({link}).' ,
49- values : { link : '{config.docs.beats.heartbeat}/heartbeat-getting-started .html' } ,
48+ defaultMessage : 'First time using Heartbeat? See the [Quick Start ]({link}).' ,
49+ values : { link : '{config.docs.beats.heartbeat}/heartbeat-installation-configuration .html' } ,
5050 } ) ,
5151 commands : [
5252 'curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{config.kibana.version}-amd64.deb' ,
@@ -62,8 +62,8 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
6262 defaultMessage : 'Download and install Heartbeat' ,
6363 } ) ,
6464 textPre : i18n . translate ( 'home.tutorials.common.heartbeatInstructions.install.rpmTextPre' , {
65- defaultMessage : 'First time using Heartbeat? See the [Getting Started Guide ]({link}).' ,
66- values : { link : '{config.docs.beats.heartbeat}/heartbeat-getting-started .html' } ,
65+ defaultMessage : 'First time using Heartbeat? See the [Quick Start ]({link}).' ,
66+ values : { link : '{config.docs.beats.heartbeat}/heartbeat-installation-configuration .html' } ,
6767 } ) ,
6868 commands : [
6969 'curl -L -O https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-{config.kibana.version}-x86_64.rpm' ,
@@ -82,7 +82,7 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
8282 'home.tutorials.common.heartbeatInstructions.install.windowsTextPre' ,
8383 {
8484 defaultMessage :
85- 'First time using Heartbeat? See the [Getting Started Guide ]({heartbeatLink}).\n\
85+ 'First time using Heartbeat? See the [Quick Start ]({heartbeatLink}).\n\
8686 1. Download the Heartbeat Windows zip file from the [Download]({elasticLink}) page.\n\
8787 2. Extract the contents of the zip file into {folderPath}.\n\
8888 3. Rename the {directoryName} directory to `Heartbeat`.\n\
@@ -92,7 +92,8 @@ export const createHeartbeatInstructions = (context?: TutorialContext) => ({
9292 values : {
9393 directoryName : '`heartbeat-{config.kibana.version}-windows`' ,
9494 folderPath : '`C:\\Program Files`' ,
95- heartbeatLink : '{config.docs.beats.heartbeat}/heartbeat-getting-started.html' ,
95+ heartbeatLink :
96+ '{config.docs.beats.heartbeat}/heartbeat-installation-configuration.html' ,
9697 elasticLink : 'https://www.elastic.co/downloads/beats/heartbeat' ,
9798 } ,
9899 }
@@ -357,7 +358,7 @@ export function heartbeatEnableInstructionsOnPrem() {
357358 'Where {hostTemplate} is your monitored URL, For more details on how to configure Monitors in \
358359 Heartbeat, read the [Heartbeat configuration docs.]({configureLink})' ,
359360 values : {
360- configureLink : '{config.docs.beats.heartbeat}/heartbeat-configuration .html' ,
361+ configureLink : '{config.docs.beats.heartbeat}/configuring-howto-heartbeat .html' ,
361362 hostTemplate : '`<http://localhost:9200>`' ,
362363 } ,
363364 }
@@ -428,7 +429,7 @@ export function heartbeatEnableInstructionsCloud() {
428429 {
429430 defaultMessage :
430431 'For more details on how to configure Monitors in Heartbeat, read the [Heartbeat configuration docs.]({configureLink})' ,
431- values : { configureLink : '{config.docs.beats.heartbeat}/heartbeat-configuration .html' } ,
432+ values : { configureLink : '{config.docs.beats.heartbeat}/configuring-howto-heartbeat .html' } ,
432433 }
433434 ) ;
434435 return {
0 commit comments