Releases: gdestuynder/audisp-json
Releases · gdestuynder/audisp-json
Releasing 2.2.10
Fix a memleak which triggers when msgs have filled the curl buffer queue In this case we still process the message [but wont send, it'll drop], which is a bit slower, but in exchange it's structure gets free'd thx @gcox for finding the issue
Releasing 2.2.9
Merge pull request #31 from initrd/master Fix plugins.d path for CentOS 8
Releasing 2.2.8
Merge pull request #30 from initrd/master Different plugins path for CentOS 8
Releasing 2.2.6
Note: Ubuntu 14.14 build currently fails
ERROR: Error installing fpm:
ffi requires Ruby version >= 2.0.
make: *** [deb-deps] Error 1
and has not been included in this release. Since the major change here is support for centos8, you should be fine with 2.2.5 for now
Releasing 2.2.5
- flattens json to a single line for compat and bandwidth
- dedup msg entries and drop extra data instead of letting the json library dedup/drop it
- support prepend/postpending text at the start/end of msgs (useful for fluentd)
Releasing 2.2.4
Merge pull request #21 from mpurzynski/master Add Ubuntu build instructions and makefile bits
Creating release 2.2.3 for gdestuynder/audisp-json
Merge pull request #20 from mpurzynski/integrity_protection_update Correct the rsyslog.d path
2.2.2
Re-added fixes and SOCKET, LISTEN READ
Ptree changes are still in the ptree branch (and need some work)
2.2.1
Support file logging
removes adjtime and ptree from 2.2.0 (these will be reinserted later)
2.2.0
Fixes adjtime and chmodat (thx @Gitnerd-1)
Support LISTEN
Support SOCKET
Add ptree
process tree (if processes are still alive)
Misc indent/warning fixes