From 11d2a789baea4e240d7f82d0a2dc4a6244c5a5ac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 15 Sep 2023 10:39:06 -0700 Subject: [PATCH] log01: bump queue size for splunk backlog I'm pushing this during freeze as it's required to avoid an outage of our logs. For some reason we hit a large backlog and log01 rsyslog stopped logging. Bumping this up seems to have fixed it. Signed-off-by: Kevin Fenzi --- .../files/rsyslog/rsyslog.conf.log01.iad2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/files/rsyslog/rsyslog.conf.log01.iad2.fedoraproject.org b/roles/base/files/rsyslog/rsyslog.conf.log01.iad2.fedoraproject.org index 8ba6444986..2831af5a43 100644 --- a/roles/base/files/rsyslog/rsyslog.conf.log01.iad2.fedoraproject.org +++ b/roles/base/files/rsyslog/rsyslog.conf.log01.iad2.fedoraproject.org @@ -174,7 +174,7 @@ kern.* ?r_kern;TraditionalFormat queue.maxdiskspace="1g" # 1gb space limit (use as much as possible) queue.saveonshutdown="on" # save messages to disk on shutdown queue.type="LinkedList" # run asynchronously - queue.size="100000" + queue.size="500000" action.resumeRetryCount="10" # 10 retries if host is down StreamDriver="gtls" StreamDriverMode="1"