Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beats Management plugin: migrate server-side code (elastic#70930)
* move all the legacy codebase to KP plugin * fix imports * add empty handler context & rename routes folder * start migrating routes * migrate rest of the routes * migrate adapters * remove beats from legacy xpack plugin * use nullable + replace response.custom * fix wrapRouteWithSecurity, remove incorrect header validation * remove comment * updating generated plugin list * fix typos in doc * adapt readme too. * remove old commented routes from route files * remove eslint disabling * use camel case for plugin id * update generated doc Co-authored-by: Josh Dover <[email protected]> # Conflicts: # x-pack/legacy/plugins/beats_management/server/rest_api/beats/configuration.ts # x-pack/legacy/plugins/beats_management/server/rest_api/configurations/upsert.ts
- Loading branch information