All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Added support for azure eventhub output: #58
- Added ability to specify disallowed parameters: #59
- Added content type support to GCS output: #51
- Modified azureblobstorage output to use correct content type header: #50
- Add lumberjack output support: #41
- Update build to use Go 1.19. #40
- Add kafka output support: #33
- Update build to use Go 1.17.8, and update versions of runc and image-spec Go modules to fix dependabot #34
- Only message sent via TCP and TLS are framed using newlines. UDP messages will no longer contain a trailing newline. #31
- Fixed libdbus shared object error in Dockerfile. #30
- Ensure basic auth and body are only tested if explicitly set. #28
- Added option to set up custom buffer size for the log reader. #22
- Added support for glob patterns. #22
- Convert
http-server
output into a mock HTTP server.#23
- Added HTTP Server output. #19
- Added
--rate-limit
flag to control rate (in bytes/sec) of UDP streaming. #12 - Added
gcppubsub
output option. #13
- Added
--insecure
to disable TLS verification for the TLS and webhook outputs.
- Added webhook output option.
- Added the ability to set all flags via environment variable.
- Added pcap and log file inputs.
- Added udp, tcp, and tls outputs.