[rsyslog-notify] Forum Thread: Re: Perform DNS lookup on $hostname - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Fri Jan 2 19:24:47 CET 2015
User: dlang
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25150#p25150
Message:
----------
Yes, you can use JSON and RELP at the same time.
RELP acts at the connection level, as a wrapper around messages. Each
message follows standard syslog formatting.
JSON changes the message part of the syslog message from being an undefined
text string to being a JSON message (in rsyslog, it currently requires
@cee{} as the top level), and then on the machine receiving it, you invoke
mmjsonparse to look at the message part of the log entry and parse the
variables out from that.
More information about the rsyslog-notify
mailing list