026a8e7b65
- add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform
22 lines
1 KiB
Text
22 lines
1 KiB
Text
$NetBSD: patch-platform_redhat_rsyslog.conf,v 1.3 2015/01/16 16:58:28 fhajny Exp $
|
|
|
|
Fix sample config file. Auto-select kernel logging module.
|
|
--- platform/redhat/rsyslog.conf.orig 2015-01-12 14:15:52.000000000 +0000
|
|
+++ platform/redhat/rsyslog.conf
|
|
@@ -4,14 +4,14 @@
|
|
# like we have with the default config. For more advanced
|
|
# things, RainerScript configuration is suggested.
|
|
#
|
|
-# For more information see /usr/share/doc/rsyslog-*/rsyslog_conf.html
|
|
+# For more information see `man rsyslog.conf`
|
|
# or latest version online at http://www.rsyslog.com/doc/rsyslog_conf.html
|
|
# If you experience problems, see http://www.rsyslog.com/doc/troubleshoot.html
|
|
|
|
#### MODULES ####
|
|
|
|
module(load="imuxsock") # provides support for local system logging (e.g. via logger command)
|
|
-module(load="imklog") # provides kernel logging support (previously done by rklogd)
|
|
+module(load="@RSYSLOG_SYSMOD@") # provides kernel logging support
|
|
#module(load"immark") # provides --MARK-- message capability
|
|
|
|
# Provides UDP syslog reception
|