The most recent content from our members.
I am trying to send information to loggly via rsyslog with data from mongodb 4.4.2. However I cannot get the data in a way that I can manipulate it and scrub out certain information. When I follow the guide on the Loggly site it works for non mongodb information. If I leave %$!msg% as %msg% I get the mongodb data but I am…
I did a little exploring today and found an easy way to ship all of the logs from my Pi-Hole to Log Analyzer. Create a new /etc/rsyslog.d/90-pihole.conf file and then put the following in the file and save it: # Ship my Pi-Hole logs to Orion's Log Analyzer *.* action(type="omfwd" target="ServerIP" port="514" protocol="udp"…
We are using Haproxy HA-Proxy version 1.6.3 2015/12/25 and are trying to send all our logs to loggly. We are using rsyslog and haproxy is logging but the /var/logs/haproxy.log isn't getting sent to loggly. in /etc/rsyslog.d/22-filemoitor.conf that is configured to look at /var/log/haproxy.log, I've tagged the messages with…
Hello, For the time being, we're using NPM's Syslog Viewer (v2016.2.0. we have a license for Kiwi, but can't implement it yet). I have the majority of our devices pointing directly to the NPM server handling syslog, but due to segregation, I need some devices to send their messages to a server they can reach, and it then…
My Firewall is sending logs to rsyslog server which forwards the syslogs to LEM. Problem here is, in Rsyslog we have enabled OMUDPSPOOF module in order to change the source IP of the node which actually wraps the syslog in to 'lsyslog' format. So I just want to check whether due to this LEM is not able to detect the node…
It looks like you're new here. Sign in or register to get started.