Sending logs to multiple destinations


#1 Anjani

Hi team,

Our current .conf file has only one output module and sending logs to only one destination. Can we send the logs to 2 different destination parallelly(Specifically we need to send to Accenture MSS)

Regards, Anjani CM

#2 rafDeactivated Nxlog ✓
#1 Anjani
Hi team, Our current .conf file has only one output module and sending logs to only one destination. Can we send the logs to 2 different destination parallelly(Specifically we need to send to Accenture MSS) Regards, Anjani CM

Hello Anjani,

Yes, you can send one input to two (or even more) destinations at once.

To do that, you need to include additional <Output> in your conf file, and then add it to your <Route>.

For instance, if your input part is named inp1, and outputs are out1 and out2, your route might look like this:

<Route r1>
  Path inp1 => out1, out2
</Route>

You need to remember to configure formats and other settings according to your actual needs.

Good luck,
Rafal