Hello team,
We are seeing below error in influxdb logs
Suppressed 1436 messages from influxdb.service
Any idea why it’s showing such error?
Hello team,
We are seeing below error in influxdb logs
Suppressed 1436 messages from influxdb.service
Any idea why it’s showing such error?
Hi @ajayanaj
grep -i rate /etc/systemd/journald.conf
#RateLimitInterval=30s
#RateLimitBurst=1000
this means that in a 30s interval only 1000 messages are allowed ,
the remaining messages are suppressed.
best regards
@MarcV Thank you very much for the quick reply!