Skip to content

Releases: gdestuynder/audisp-json

Releasing 2.2.10

27 Nov 22:35
6d01d1d
Compare
Choose a tag to compare
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

05 Nov 17:03
6c34846
Compare
Choose a tag to compare
Merge pull request #31 from initrd/master

Fix plugins.d path for CentOS 8

Releasing 2.2.8

04 Nov 21:03
98ff567
Compare
Choose a tag to compare
Merge pull request #30 from initrd/master

Different plugins path for CentOS 8

Releasing 2.2.6

31 Oct 21:58
8980b71
Compare
Choose a tag to compare

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

13 Apr 03:09
a8be4d8
Compare
Choose a tag to compare
  • 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

28 Mar 21:46
c45bf41
Compare
Choose a tag to compare
Merge pull request #21 from mpurzynski/master

 Add Ubuntu build instructions and makefile bits

Creating release 2.2.3 for gdestuynder/audisp-json

19 Mar 23:23
4e7d5ed
Compare
Choose a tag to compare
Merge pull request #20 from mpurzynski/integrity_protection_update

Correct the rsyslog.d path

2.2.2

09 Feb 01:50
c41310f
Compare
Choose a tag to compare

Re-added fixes and SOCKET, LISTEN READ
Ptree changes are still in the ptree branch (and need some work)

2.2.1

08 Feb 23:36
eb1322b
Compare
Choose a tag to compare

Support file logging
removes adjtime and ptree from 2.2.0 (these will be reinserted later)

2.2.0

11 Jan 01:49
9bb3613
Compare
Choose a tag to compare
2.2.0 Pre-release
Pre-release

Fixes adjtime and chmodat (thx @Gitnerd-1)
Support LISTEN
Support SOCKET
Add ptree process tree (if processes are still alive)
Misc indent/warning fixes