NXLogs routed to two destinations.
Tags:
NXLog Community Edition
#1
shahad1
We have configured NXLog to monitor DHCP server logs and sends it to two different destinations using TCP:
what is the correct way of routing the output to two diffrent distnations..
<Output out1> Module om_tcp Host destination1 Port XXX </Output>
<Output out2> Module om_tcp Host destination2 Port XXXX </Output>
<Route route1> Path input1 => out1 Path input2 => out2
</Route>