mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Update/Cleanup references to old tracing.apm.* legacy settings in favor of the telemetry.* settings (#104917)
This commit is contained in:
parent
4c44633056
commit
dbf59c5414
10 changed files with 30 additions and 31 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue