potluck icon indicating copy to clipboard operation
potluck copied to clipboard

Update syslog-ng.config to use stats(freq()) instead of stats_freq

Open grembo opened this issue 1 year ago • 2 comments

[2024-07-25T14:21:28.848635] WARNING: Your configuration file uses an obsoleted keyword, please update your configuration; keyword='stats_freq', change='Use the stats() block. E.g. stats(freq(1));', location='/usr/local/etc/syslog-ng.conf:14:2'

grembo avatar Jul 25 '24 14:07 grembo

The following need an update

consul-tls/consul-tls.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
grafana/grafana.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
haproxy-consul/haproxy-consul.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
loki/loki.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
nginx-consul/nginx-consul.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
nomad-server-tls/nomad-server-tls.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
postgresql-patroni/postgresql-patroni.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);
prometheus/prometheus.d/local/share/cook/templates/syslog-ng.conf.in: stats_freq(0);

bretton avatar Jul 25 '24 14:07 bretton

I see it's completely removed from other pot images, not in config

bretton avatar Jul 25 '24 14:07 bretton