Top "Syslog-ng" questions

The syslog-ng application is a flexible and highly scalable system logging application that is ideal for creating centralized and trusted logging solutions.

Confused with syslog message format

I am a bit confused about syslog message format. I have to write a program that parses syslog messages. When …

syslog rsyslog syslog-ng
Python logging.DEBUG level doesn't logging

I have a problem with python's logging lib. With the code below I create a "logger": logger = logging.getLogger() def …

python logging syslog-ng
syslog-ng multiple destinations

We are using syslog-ng to send access-log file to remote servers via tcp. And I already know that multiple destination …

linux syslog-ng
Forwarding log via syslog-ng

I'm trying to forward my logs using syslog-ng to my central syslog server. But it is not working. This is …

linux syslog splunk syslog-ng graylog2
Syslog-ng forward raw log only

I have been trying to forward logs from a firewall to a SIEM using syslog-ng but the problem is that …

logging syslog-ng
Using Apache Kafka for log aggregation

I am learning Apache Kafka from their quickstart tutorial: http://kafka.apache.org/documentation.html#quickstart. Upto now, I have …

node.js webserver apache-kafka syslog-ng