diff --git a/x-pack/plugins/apm/server/tutorial/instructions/apm_agent_instructions.ts b/x-pack/plugins/apm/server/tutorial/instructions/apm_agent_instructions.ts index 9695c331e0504..35832bca4e5a6 100644 --- a/x-pack/plugins/apm/server/tutorial/instructions/apm_agent_instructions.ts +++ b/x-pack/plugins/apm/server/tutorial/instructions/apm_agent_instructions.ts @@ -595,7 +595,7 @@ export ELASTIC_APM_SERVICE_NAME= values: { defaultApmServerUrl: 'http://localhost:8200' } } )} -export ELASTIC_APM_SERVER_URL=${apmServerUrl} +export ELASTIC_APM_SERVER_URLS=${apmServerUrl} # ${i18n.translate( 'xpack.apm.tutorial.goClient.configure.commands.useIfApmRequiresTokenComment',