kibana/x-pack/test/apm_api_integration/cloud/config.ts
Oliver Gupte d1dff0b2c7
[APM] Fleet migration support for bundled APM package (#153159)
Closes #149342.

It accomplishes this by returning the ArchivePackage, unzipped bundled
package that includes most of the same fields as the RegistryPackage.
These fields are used in APM to support the fleet migration workflow.
2023-04-19 09:31:15 -04:00

10 lines
323 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; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import { configs } from '../configs';
export default configs.cloud;