Kirill Semaev
Kirill Semaev
@smaslennikov elastic was starting log with that warning message
@syswipe Просто передайте по конвейру в тот же cut и отрежьте .crt при поиске построчно
You mean the newest release of module? I am using the last one: 5.0.0 from Nov 18th 2016 and the problem remains.
Yep. it's the last avaliable for centos 5.11 (https://www.rpmfind.net/linux/rpm2html/search.php?query=rsyslog&submit=Search+...&system=Centos&arch=)
Tried changing to undef in https://github.com/saz/puppet-rsyslog/blob/master/manifests/params.pp so now I only have them in my rsyslog.conf without values: ``` # # Set rate limit for messages received. # $SystemLogRateLimitInterval $SystemLogRateLimitBurst ```
Surely, I have them in hiera, so: ``` classes: - rsyslog::client rsyslog::client::log_remote: false rsyslog::client::log_local: true rsyslog::client::spool_size: '10m' ```
Tried, but no luck, these two parametrs stayed with no value (even removed /etc/rsyslog.conf for better luck before syncing). ``` # # Set rate limit for messages received. # $SystemLogRateLimitInterval...
Sorry for so much trouble, but after updating module (removing those "rate_limit_interval" lines from client.pp) and setting values ("system_log_rate_limit") in params.pp left me with this : 1) setting rsyslog::system_log_rate_limit_interval to...
With sirinek's commit worked perfectly