[rsyslog] heavy load for distributed rsyslog

2017-11-17 Thread senaps via rsyslog
hello there, i have a very large network appliance writing over 10-12000 log lines per second, and now im tasked to distribute the system, but this means i should have a device ___ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

Re: [rsyslog] error on journal/rsyslog configs

2017-10-02 Thread senaps via rsyslog
yup its systemd config file, but i thought that rsyslog and journald are the same team! so i asked it in this mailing list On Tue, Oct 3, 2017 at 12:16 AM, deoren < rsyslog-users-lists.adiscon@whyaskwhy.org> wrote: > On 10/2/2017 8:58 AM, senaps via rsyslog wrote: > >> [J

[rsyslog] error on journal/rsyslog configs

2017-10-02 Thread senaps via rsyslog
[Journal] Storage=volatile Compress=no RateLimitInterval= 0 RateLimitBurst= 10 MaxRetentionSec=5s #Storage=auto #Compress=yes #Seal=yes this is my options on journald file. it seems that we have an error such as this: error: journald.conf:14 lines must begin with a keyword or a filename

[rsyslog] log rotate storage solution?

2017-09-27 Thread senaps via rsyslog
hi all, is there a way for rsyslog to manage storage? so, i am rotating monthly and with 200MB size, and i have a specific partition for logs, is there a way to remove one old rotated file to free up space for new logs? i think it's standard procedure in rsyslog and should be easily possible,

[rsyslog] rsyslog limited to 2000 messages per second?How would i boost it to 1, 000, 000?

2017-08-17 Thread senaps via rsyslog
Hi everybody. i am using centos 7 and syslog to log some activity for my application. unfortunately it seems that i am generating a very large amount of logs that need to be written to syslog, but most of these messages ate lost. i have tested different things, but now, i have a pythonic code