Skip to main content

Questions tagged [rsyslog]

rsyslog is a popular syslog daemon implementation commonly used on many Linux distributions, e.g. it is the default syslog daemon on Debian.

1 vote
1 answer
44 views

We have kernel dirty bytes settings configured as below. vm.dirty_background_bytes = 262144000 vm.dirty_background_ratio = 0 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 0 vm.dirty_ratio = 10 vm....
ram's user avatar
  • 11
2 votes
1 answer
101 views

I have Ubuntu 24.04 servers with this Journald config by default: user@server:~$ systemd-analyze cat-config systemd/journald.conf # /etc/systemd/journald.conf # This file is part of systemd. ... [...
Madoc Comadrin's user avatar
1 vote
0 answers
131 views

I am using CentOS 10, and I am trying to send the SSH logs to an external syslog server listening on port UDP 514. I changed the default logging facility of sshd to local2 and tested it locally and it ...
Juan Alejandro's user avatar
0 votes
1 answer
65 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
2 answers
135 views

I tried # cat /etc/rsyslog.d/foo.sh :msg, contains, "foo" /var/log/foo.log # systemctl restart rsyslog # logger -t foo -p local0.info foo But nothing appears in /var/log/foo.log. Even if I ...
Consumer of Cat Content's user avatar
1 vote
0 answers
94 views

Today, while trying to debug some rsyslog issues, I changed the rsyslog configuration files and then ran systemctl restart rsyslog A sytemctl status showed that rsyslog was running, but its log files ...
Steve Summit's user avatar
0 votes
1 answer
150 views

rsyslogd is acting strangely and I don't know why. Sometimes it writes messages to the relevant log files immediately; sometimes it treasures them up in a buffer somewhere and writes them some time ...
Steve Summit's user avatar
1 vote
3 answers
123 views

Can anyone help? I've exhausted my knowledge and troubleshooting skills trying to get this working. Here is the example data from "msg": date=2025-03-26 time=12:45:57 devname="this-is-...
user2008555's user avatar
0 votes
0 answers
69 views

After adding the following modules to the /etc/rsyslog.d/ directory, the rsyslog keeps rapidly writing logs to the disk, causing the messages and command.log files to grow quickly with extensive logs. ...
blacky's user avatar
  • 1
1 vote
1 answer
113 views

Good evening, I am running multiple cisco routers/switches and a virtualized debian install. In order to have proper forensic capabilities in cse of attack/breach/malfunction I wish to have remote ...
fsardone's user avatar
1 vote
1 answer
116 views

rsyslog 8.2312.0 on Ubuntu 24.04.1 LTS I need to include a license number in a rsyslog record. The license number exists in the file /mydir/license.txt. Using backticks seem to fit the bill, but I can'...
Kevin Jones's user avatar
-1 votes
1 answer
498 views

I have a service defined via docker compose (see definition below). When I tried to start this service via docker-compose -f up --wait -d my_service, I get the error Error response from daemon: ...
atl123's user avatar
  • 3
1 vote
1 answer
1k views

I am setting up a syslog serer that will listen for logs from a Fortigate firewall. Rsyslog gets error '/home/syslog_cert/ACDC_CA.pem' could not be accessed: Permission denied" This is my rsyslog ...
Europa's user avatar
  • 113
-1 votes
1 answer
73 views

I am working on a java application running in Ubuntu Server (16.04) which copies log files from certain folders and consolidate then when user closes the session. In ubuntu server rsyslog filters and ...
Amudhan R's user avatar
0 votes
2 answers
672 views

I am running syslog-ng on debian. How do I check which conf file was loaded upon startup? Neither systemctl status syslog-ng nor systemctl show syslog-ng tell me.
skeetastax's user avatar

15 30 50 per page
1
2 3 4 5
30