Skip to content

Commit

Permalink
Default to sending APM data to existing Elastic Cloud cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Sep 2, 2019
1 parent a827c5c commit d8b8eae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/apm.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
* DO NOT EDIT THIS FILE!
*
* This file contains the configuration for the Elastic APM instrumentaion of
* Kibana itself.
* Kibana itself and is only intented to be used during development of Kibana.
*
* Instrumentation is turned off by default. Once activated it will send APM
* data to an Elasticsearch cluster accessible by Elastic employees.
*
* To modify the configuration, either use environment variables, or create a
* file named `config/apm.dev.js`, which exports a config object as described
Expand All @@ -41,6 +44,8 @@ const merge = require('lodash.merge');

module.exports = merge({
active: false,
serverUrl: 'https://f1542b814f674090afd914960583265f.apm.us-central1.gcp.cloud.es.io:443',
secretToken: 'R0Gjg46pE9K9wGestd',
globalLabels: {},
centralConfig: false
}, devConfig());
Expand Down

0 comments on commit d8b8eae

Please sign in to comment.