Releases: hartfordfive/protologbeat
Releases · hartfordfive/protologbeat
Version 0.2.0
- Added support for receiving GELF format messages by setting
enable_gelf: true
- Fixed issue where (more commonly when getting high volumes of messages) the
processMessage
goroutine might have it's byte buffer modified before it actually executes with the original payload/message. (Related to original PR #8, credit to vcostet)
If you encounter any issues with the GELF message format feature, please open an issue.
Version 0.2.0-beta
This version includes support of GELF messages as input by setting protologbeat.enable_gelf: true
Version 0.1.1
- Added Dockerfile and seperate
protologbeat-docker.yml
config file to be used by docker image - Updated default
protologbeat.yml
to have bare-minimum config values - Added
build-bin.sh
build script to simplify compiling the binary for the most common platforms
Version 0.1.0
Merge pull request #1 from hartfordfive/0.1.0 Release of first version 0.1.0