diff --git a/x-pack/test/load/config.ts b/x-pack/test/load/config.ts index 1419e6ea47c48..8eb59da75acc5 100644 --- a/x-pack/test/load/config.ts +++ b/x-pack/test/load/config.ts @@ -11,8 +11,8 @@ import { FtrConfigProviderContext } from '@kbn/test'; import { GatlingTestRunner } from './runner'; // These "secret" values are intentionally written in the source. -const APM_SERVER_URL = 'https://142fea2d3047486e925eb8b223559cae.apm.europe-west1.gcp.cloud.es.io'; -const APM_PUBLIC_TOKEN = 'pWFFEym07AKBBhUE2i'; +const APM_SERVER_URL = 'https://kibana-ops-e2e-perf.apm.us-central1.gcp.cloud.es.io:443'; +const APM_PUBLIC_TOKEN = 'CTs9y3cvcfq13bQqsB'; const AGGS_SHARD_DELAY = process.env.LOAD_TESTING_SHARD_DELAY; const DISABLE_PLUGINS = process.env.LOAD_TESTING_DISABLE_PLUGINS; const journeyName = process.env.GATLING_SIMULATIONS; diff --git a/x-pack/test/scalability/config.ts b/x-pack/test/scalability/config.ts index 86619232c0dc2..865be503c7665 100644 --- a/x-pack/test/scalability/config.ts +++ b/x-pack/test/scalability/config.ts @@ -18,8 +18,8 @@ import { FtrProviderContext } from './ftr_provider_context'; import { ScalabilityJourney } from './types'; // These "secret" values are intentionally written in the source. -const APM_SERVER_URL = 'https://142fea2d3047486e925eb8b223559cae.apm.europe-west1.gcp.cloud.es.io'; -const APM_PUBLIC_TOKEN = 'pWFFEym07AKBBhUE2i'; +const APM_SERVER_URL = 'https://kibana-ops-e2e-perf.apm.us-central1.gcp.cloud.es.io:443'; +const APM_PUBLIC_TOKEN = 'CTs9y3cvcfq13bQqsB'; const AGGS_SHARD_DELAY = process.env.LOAD_TESTING_SHARD_DELAY; const DISABLE_PLUGINS = process.env.LOAD_TESTING_DISABLE_PLUGINS;