[syslog-ng] Individual Logs Files to each Forward to Different server/port?

wiskbroom at hotmail.com wiskbroom at hotmail.com
Mon Sep 8 15:46:32 CEST 2014


I had thought about that, but how do I differentiate the individual logs on the receiving end?
Doing so would certainly remove the need for me to listen on two ports, and split output to two ports.

Thank you,

.vp

   Vadim Anatoly Pushkin
-- The Ukranian Stallion --

Date: Fri, 5 Sep 2014 23:24:25 -0400
From: jrhendri at roadrunner.com
To: syslog-ng at lists.balabit.hu
Subject: Re: [syslog-ng] Individual Logs Files to each Forward to	Different	server/port?

Quick thought.  Look at filters on the receiving end.  Might be easier.Jim

Sent from my Verizon Wireless 4G LTE smartphone

-------- Original message --------
From: wiskbroom at hotmail.com 
Date:09/05/2014  5:42 PM  (GMT-05:00) 
To: syslog-ng at lists.balabit.hu 
Cc:  
Subject: [syslog-ng] Individual Logs Files to each Forward to Different	server/port? 

Greetings!

Is is possible to configure a syslog-ng client to forward logs to a syslog-ng server based on file?

I am thinking of the following as an example:

destination named-LOGS {

udp(ip(192.168.1.100) port(555));

};

source named {

file("/var/log/named/bind.log" log_prefix("BIND-LOGS"));

};

log {

source(named);

destination(named-LOGS);

};


destination dhcpd-LOGS {

udp(ip(192.168.1.100) port(556));

};

source dhcpd {

file("/var/log/dhcpd/dhcp.log" log_prefix("DHCPD-LOGS"));

};

log {

source(dhcpd);

destination(dhcpd-LOGS);

};


In this example, I am sending each to the same destination IP address, although that is configurable, but each log file to a different port, and with a different log_prefix as well.


Does this OK,or is their a simpler way?


Many thanks,


.vp

    Vadim Anatoly Pushkin

-- The Ukranian Stallion --

 		 	   		  

______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.balabit.com/wiki/syslog-ng-faq 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20140908/e2bbc98b/attachment.htm 


More information about the syslog-ng mailing list