We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6114139 commit 9106f48Copy full SHA for 9106f48
x-pack/test/security_solution_endpoint/services/endpoint_telemetry.ts
@@ -5,8 +5,8 @@
5
*/
6
import fs from 'fs';
7
import Path from 'path';
8
-import { FtrProviderContext } from '../ftr_provider_context';
9
import { KIBANA_ROOT } from '@kbn/test';
+import { FtrProviderContext } from '../ftr_provider_context';
10
11
const TELEMETRY_API_ROOT = '/api/stats?extended=true';
12
const TELEMETRY_DATA_ROOT = Path.join(
0 commit comments