I am using rsyslog 8.2.0, and logging rsyslog's own impstats output to a file. I could not find reference to it - is it possible to limit its size? It could get quite large in a system that runs for a long time...
Asked
Active
Viewed 705 times
log.syslog="on"causes it to use the syslog engine, which is the very thing that could be having reliability problems due to load. Be sure to at least put that stats processing into it's own ruleset and separate queues? – JPvRiel Jun 16 '21 at 10:53