responses
How could I pass output of to_json() from nxlog.conf to perl file?
Hi, I have this type of input in nxlog.conf:
<Input udp>
Module im_udp
Host 0.0.0.0
Port 514
Exec parse_syslog(); to_json(); perl_call("process");
</Input>
My question is, how should I include that JSON output that I get from to_json() to my perl code? Should I write like this?: