mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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 <kevin@scrye.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user