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
with PR #1101 changes have been made to packetbeat protocol registration, turning the guide somewhat out of data. Plus we might want to provide some cookiecutter templates for generating boilerplate code.
checklist:
ProtocolPlugin has been renamed to Plugin
TcpProtocolPlugin has been renamed to TcpPlugin
UdpProtocolPlugin has been renamed to UdpPlugin
configuration local to plugin in config.go, based on ucfg. No changes in packetbeat/config/config.go required.
with PR #1101 changes have been made to packetbeat protocol registration, turning the guide somewhat out of data. Plus we might want to provide some cookiecutter templates for generating boilerplate code.
checklist: