Skip to content

Commit 6f1d24d

Browse files
Change "url" to "urls" in APM agent instructions
1 parent b5f460f commit 6f1d24d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/apm/server/tutorial/instructions/apm_agent_instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Do **not** add the agent as a dependency to your application.',
689689
),
690690
commands: `java -javaagent:/path/to/elastic-apm-agent-<version>.jar \\
691691
-Delastic.apm.service_name=my-application \\
692-
-Delastic.apm.server_url=${apmServerUrl || 'http://localhost:8200'} \\
692+
-Delastic.apm.server_urls=${apmServerUrl || 'http://localhost:8200'} \\
693693
-Delastic.apm.secret_token=${secretToken} \\
694694
-Delastic.apm.application_packages=org.example \\
695695
-jar my-application.jar`.split('\n'),

0 commit comments

Comments
 (0)