From a383d93a745d10ddcf1baf8c2cbb44b99680f5ea Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 22 Feb 2012 12:33:51 +0100 Subject: output: add GPRINT plugin This patch adds GPRINT which is a generalization of OPRINT. It display the set of key-values separated by commas. This is the generic print that you can attach to whatever kind of input plugin. Signed-off-by: Pablo Neira Ayuso --- ulogd.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ulogd.conf.in') diff --git a/ulogd.conf.in b/ulogd.conf.in index ac7bcae..c0c8559 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -42,6 +42,7 @@ plugin="@pkglibexecdir@/ulogd_output_SYSLOG.so" plugin="@pkglibexecdir@/ulogd_output_XML.so" #plugin="@pkglibexecdir@/ulogd_output_SQLITE3.so" #plugin="@pkglibexecdir@/ulogd_output_OPRINT.so" +plugin="@pkglibexecdir@/ulogd_output_GPRINT.so" #plugin="@pkglibexecdir@/ulogd_output_NACCT.so" #plugin="@pkglibexecdir@/ulogd_output_PCAP.so" #plugin="@pkglibexecdir@/ulogd_output_PGSQL.so" @@ -167,6 +168,11 @@ sync=1 file="/var/log/ulogd_oprint.log" sync=1 +[gp1] +file="/var/log/ulogd_gprint.log" +sync=1 +timestamp=1 + [xml1] directory="/var/log/" sync=1 -- cgit v1.2.3