You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a secret token to authenticate with the APM server, you must add it to the Elasticsearch keystore under `tracing.apm.secret_token`. For example, execute:
30
+
When using a secret token to authenticate with the APM server, you must add it to the Elasticsearch keystore under `telemetry.secret_token`. For example, execute:
Copy file name to clipboardexpand all lines: test/external-modules/apm-integration/src/javaRestTest/java/org/elasticsearch/test/apmintegration/MetricsApmIT.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ public class MetricsApmIT extends ESRestTestCase {
Copy file name to clipboardexpand all lines: test/external-modules/apm-integration/src/javaRestTest/java/org/elasticsearch/test/apmintegration/TracesApmIT.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ public class TracesApmIT extends ESRestTestCase {
0 commit comments