- Add UDP support to GELF output. (#59)
- Allow to override reported host name (#71)
- Use canonical host name as message source in WindowsEventlogInput (#72)
- Add compatiblity with Graylog 2.x (#85)
- Improve error message if node ID could not be persisted
- Fix concurrency issue in MessageBuilder/MessageFields.
- Fix file rotation detection on platforms with a slow watchservice implementation like Mac OS X and AIX.
- Log operating system version and platform on startup.
- More resource usage improvements by using less threads per input/output.
- Add static message-fields support. (#45)
- Lots of bug fixes regarding resource usage.
- Wildcard support for file inputs. (#24, #42)
- The GELF output does not send a
level
field for messages from file inputs anymore. It was hardcoded to INFO before. - Improved example configuration file.
- Fix classpath for Windows service to unbreak Sigar. (#39)
- Fix several quoting issues for Windows start/service scripts. (#28)
- Rename some variables in Linux startup scripts.
- Replace readlink usage with manually resolving symbolic links. (#20)
- Do not stop the collector if the configured file does not exist. (#33)
- Improve Windows batch script compatibility. (#15)
- Fixed problem with release infrastructure.
- Support for reading Windows eventlog.
- Connect to Graylog server API and send heartbeats.
- Make content splitter for file input configurable.
- Auto detect line endings in newline content splitter. (CRLF vs. LF)
- Add scripts to run on Windows and to install as a Windows service.
- Add charset support to the file input.
- Improved file input regarding following files.
- Improved performance when reading from files.
- Fix validation messages.
- Initial release.