You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
#199 added support for topic selectors to the Kafka output, to provide feature parity with the beats Kafka output. However, it uses the existing Selector from libbeat, which still relies on beat.Event for functionality. As we move away from relying on beat.Event and old libbeat data structures, we should re-evaluate this usage,
#199 added support for topic selectors to the Kafka output, to provide feature parity with the beats Kafka output. However, it uses the existing
Selectorfrom libbeat, which still relies onbeat.Eventfor functionality. As we move away from relying onbeat.Eventand oldlibbeatdata structures, we should re-evaluate this usage,