Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.28 KB

CHANGELOG-developer.next.asciidoc

File metadata and controls

30 lines (22 loc) · 1.28 KB

This changelog is intended for community Beat developers. It covers the major breaking changes to the internal APIs in the official Beats and changes related to developing a Beat like code generators or fields.yml. Only the major changes will be covered in this changelog that are expected to affect community developers. Each breaking change added here should have an explanation on how other Beats should be migrated.

Note: This changelog documents the current changes which are not yet present in an actual release.

Beats version HEAD

The list below covers the major changes between 7.0.0-beta1 and master only.

Breaking changes

  • Remove support for deprecated GenRootCmd methods. 10721

Bugfixes

Added

  • Metricset generator generates beta modules by default now. 10657

  • Move host name addition to a processor. 10728

  • The beat.Event accessor methods now support @metadata keys. 10761