Hello:<br>I am new to syslog-ng<br><br> I have multiple network devices all sending me their syslog data to a single Linux server.<br>I break the syslog data out to individual files based upon IP addresses.<br><br>My problem is that I have a few devices that are sending out data in with no timezone information. The simply assume GMT.
<br>Is there any way to define my sources so that <br>1) I can have a default "bucket" source that cathces all syslog data send vi IP unless defined otherwise<br>2) I can define out individual IP's as "sources"
<br>3) I can have one of the sources automatically apply a timezone i specify?<br><br>Please advise and thanks,<br><br><br>This is my source definition<br>source all_routers { udp(ip(<a href="http://0.0.0.0">0.0.0.0</a>) port(514));
<br>};<br>