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:
parent
751f0d0930
commit
11d2a789ba
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue