Re: Syslog-NG Centralized Log Collector

2025-04-14 Thread Timothy M Butterworth
All, After quite a bit of trail and error I managed to get log collection working. Here are the commands for /etc/syslog-ng/syslog-ng.conf: source s_net { tcp(ip(10.0.0.1) port(514) max-connections (5000)); udp(ip(10.0.0.1) port(514)); }; destination cisco-remote { file("/var/log/cisco.log"); };

Re: Syslog-NG Centralized Log Collector

2025-04-14 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 11:59 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth < >> timothy.m.butterwo...@gma

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > All, > > I modified /etc/syslog-ng/syslog-ng.conf to the following: > > > # Sources > > # Add the following line > source s_net { tcp(ip(0.0.0.0) por

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> All, >> >> I modified /etc/syslog-ng/syslog-ng.conf to the following: >> >> ###

Re: Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth < timothy.m.butterwo...@gmail.com> wrote: > > > On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth < > timothy.m.butterwo...@gmail.com> wrote: > >> >> >> On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth < >> timothy.m.butterwo...@gma

Syslog-NG Centralized Log Collector

2025-04-13 Thread Timothy M Butterworth
All, I modified /etc/syslog-ng/syslog-ng.conf to the following: # Sources # Add the following line source s_net { tcp(ip(0.0.0.0) port(514) max-connections (5000)); udp(); }; # Destinations # comm