Skip to content

Commit 5c61edb

Browse files
committed
opt out by default except where we are testing telemetry
1 parent 83de85d commit 5c61edb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

test/common/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default function() {
5656
`--elasticsearch.password=${kibanaServerTestUser.password}`,
5757
`--home.disableWelcomeScreen=true`,
5858
'--telemetry.banner=false',
59+
'--telemetry.optIn=false',
5960
// These are *very* important to have them pointing to staging
6061
'--telemetry.url=https://telemetry-staging.elastic.co/xpack/v2/send',
6162
'--telemetry.optInStatusUrl=https://telemetry-staging.elastic.co/opt_in_status/v2/send',

x-pack/test/api_integration/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export async function getApiIntegrationConfig({ readConfigFile }) {
2727
'--xpack.security.session.idleTimeout=3600000', // 1 hour
2828
'--optimize.enabled=false',
2929
'--xpack.endpoint.enabled=true',
30+
'--telemetry.optIn=true',
31+
'--xpack.endpoint.enabled=true',
3032
'--xpack.ingestManager.enabled=true',
3133
'--xpack.ingestManager.fleet.enabled=true',
3234
'--xpack.endpoint.alertResultListDefaultDateRange.from=2018-01-10T00:00:00.000Z',

0 commit comments

Comments
 (0)