kibana/packages/kbn-telemetry-tools/index.ts
Alejandro Fernández Haro 195216f0ec
[Serverless Telemetry] Add serverless label to inform of the project type (#159549)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-14 18:05:04 +02:00

11 lines
564 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
export { runTelemetryCheck } from './src/cli/run_telemetry_check';
export { runTelemetryExtract } from './src/cli/run_telemetry_extract';
export { assertTelemetryPayload } from './src/schema_ftr_validations';