You are tuning a Splunk heavy forwarder. The 'parsingQueue' is consistently full. Which configuration change in props.conf or inputs.conf is recommended?
Trap 1: Reduce the number of indexers in the output group
This would likely increase the queue backup.
Trap 2: Disable 'sourcetype' auto-discovery
This has negligible impact on parsing queue capacity.
- A
Reduce the number of indexers in the output group
Why wrong: This would likely increase the queue backup.
- B
Increase the 'maxQueueSize' for the parsing queue in limits.conf
Wait, specifically for the parsingQueue, one must increase the buffer size in limits.conf to handle spikes.
- C
Disable 'sourcetype' auto-discovery
Why wrong: This has negligible impact on parsing queue capacity.
- D
Increase the number of threads for the parsing pipeline in server.conf
Increasing pipeline threads helps process the queue faster.