Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.
NXLog behavior when one route/output fails
dbinoj created
I have a NXLog service running in Windows Server shipping event logs. It has 2 destinations, 1 is TCP sending logs to syslog_ng and another is GLEF UDP.
When my syslog_ng server goes offline, the logs I'm receiving at the GLEF UDP output also stops. Is there any way to make NXlog send the logs to the other output/route even if one output/route fails?
Config:
Module om_tcp
Host 192.168.1.11
Port 25002
Exec to_syslog_snare();
Module om_udp
Host 192.168.1.12
Port 51416
OutputType GELF
Path in => out
Path in => analyze
dbinoj created