Fix beats magefiles breaking changes
- Dominant language
- Go
- Stars
- 58
- Forks
- 55
- Avg merge
- 9h 9m
- Merged PRs (30d)
- 424
Description
Currently there are some breaking changes when updating beats dependency.
Some of those (libbeat) are resolved in [this](https://github.com/elastic/cloudbeat/pull/3567) PR but there seems to be a new way of producing the field docs. [This](https://github.com/elastic/beats/pull/44793/files#diff-f2c0c9cb7ce4057a0948e5fd0e7e6031fcc3dee6fce69daf2e52fe35e802462cR87) specific change makes the field doc generation command not work for Cloudbeat because when Cloudbeat runs the mage files run from inside the dependency folder, so the path changes.
We might need to update the beats relevant code to something overridable from the cloudbeat side.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.