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.
In order to achieve parity with the beats Kafka output, the shipper Kafka output should support codecs
A codec enables the user to output the beat in different formats, either by outputting json with the options of outputting in pretty or with escaped_html, or by specifying a configurable format string to create a custom formatted message.
In order to achieve parity with the beats Kafka output, the shipper Kafka output should support
codecsA
codecenables the user to output the beat in different formats, either by outputtingjsonwith the options of outputting inprettyor withescaped_html, or by specifying a configurable format string to create a custom formatted message.