Update/Cleanup references to old tracing.apm.* legacy settings in favor of the telemetry.* settings (#104917)

This commit is contained in:
Moritz Mack 2024-01-31 09:20:05 +01:00 committed by GitHub
parent 4c44633056
commit dbf59c5414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 30 additions and 31 deletions

View file

@ -106,7 +106,7 @@ rootProject {
afterEvaluate {
testClusters.matching { it.name == "runTask" }.configureEach {
setting 'xpack.security.audit.enabled', 'true'
keystore 'tracing.apm.secret_token', 'TODO-REPLACE'
keystore 'telemetry.secret_token', 'TODO-REPLACE'
setting 'telemetry.metrics.enabled', 'true'
setting 'telemetry.agent.server_url', 'https://TODO-REPLACE-URL.apm.eastus2.staging.azure.foundit.no:443'
}