Skip to content

Releases: hartfordfive/protologbeat

Version 0.2.0

05 Sep 15:37
Compare
Choose a tag to compare
  • 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

15 May 20:33
Compare
Choose a tag to compare
Version 0.2.0-beta Pre-release
Pre-release

This version includes support of GELF messages as input by setting protologbeat.enable_gelf: true

Version 0.1.1

02 May 15:34
Compare
Choose a tag to compare
  • 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

02 May 10:39
Compare
Choose a tag to compare
Merge pull request #1 from hartfordfive/0.1.0

Release of first version 0.1.0