Skip to main content

Questions tagged [rsyslogd]

0 votes
1 answer
67 views

I'm using python logging library to write to log file. Currently It write to a static file, and contain: myapp; 2025-06-25 05:44:38 INFO builtins <module> Hello world I'm new to rsyslog. How to ...
Bino Oetomo's user avatar
0 votes
0 answers
1k views

I'm getting the following error (note that rsyslogd is run as root) rsyslogd: omfile: creating parent directories for file 'Permission denied' failed: /home/<user>/logs/docker/log This ...
atl123's user avatar
  • 3
1 vote
0 answers
173 views

We have a constant issue where sssd is getting itself in failed state when an oom-killer event happens and kills a user's memory hog job. No idea why this happens as the oom-killer is not touching ...
raines's user avatar
  • 334
0 votes
1 answer
75 views

I've configured rsyslog to forward certain log messages to a named pipe /tmp/logger.pipe. I then have a separate process reading from the named pipe. Relevant section from /etc/rsyslog.conf # Remote ...
Izzo's user avatar
  • 1,023
0 votes
0 answers
1k views

I am doing a project where the organisation uses syslog-ng for the central remote logging servers and this will surely not change. The application suite that I am developing on, is using Red Hat ...
user581894's user avatar
0 votes
1 answer
292 views

I am using custom python script to process logs, and ban offending IPs. Here is the line from my /etc/rsyslog.conf: local0.* action(type="omprog" name="asterisk" binary="/usr/...
Martin Vegter's user avatar
0 votes
1 answer
386 views

My goal is to send all logs to one source remote and still log local but then send all the AuditD logs to its own source on port 20002. But for some reason, my auditd logs are still ending up with my ...
Jason's user avatar
  • 1,754
0 votes
0 answers
3k views

I am having a Linux server with 128 GB RAM, 32 CPU and its running TIBCO EBX application. When I checked my server log file(/var/log/messages), it filled with below messages. Are these messages ...
SinghVK's user avatar
  • 113
2 votes
1 answer
209 views

I have a Linux machine running Ubuntu 16.04.7 LTS that uses rsyslogd. My understanding of rsyslogd is that it rotates the content from the kernel ring buffer (ie, dmesg) to an on-disk file (ie, /var/...
Ken Lin's user avatar
  • 153
0 votes
0 answers
776 views

I am using AWS Elasticbeanstalk to run my java web application. In EC2 node under /etc/rsyslog.d/web.conf if $programname == 'web' then { *.=warning;*.=err;*.=crit;*.=alert;*.=emerg /var/log/web....
Jeevi's user avatar
  • 101
0 votes
1 answer
508 views

I have a small problem here that I hope your kind help with. Recently these messages started appearing in my notification tray: Message from syslogd@oldsage at Apr 30 12:25:28 ... kernel:[9655.826192]...
Katamuto's user avatar
2 votes
1 answer
751 views

I'm looking for detailed information about what the daemon facility would log if configured in /etc/rsyslog.conf. So far, the most detail I have found is: daemon: affects a daemon without any special ...
Tech109's user avatar
  • 23
1 vote
0 answers
330 views

For example I have the following: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=997) pam_unix(sudo:session): session closed for user root pam_unix(cron:session): session closed ...
Jason's user avatar
  • 1,754
0 votes
0 answers
980 views

I need mmaudit plugin for converting system audit logs into JSON formatted logs. But mmaudit is not available with standard versions. so I decided to work with source files from GitHub. I followed ...
Logesh R's user avatar
4 votes
1 answer
2k views

I have been trying to implement separate logging for haproxy. But I end up with duplicate logging and can't separate logs based on the input socket or facility alone. My sample configuration in ...
GP92's user avatar
  • 915

15 30 50 per page