SPLK-1003 · Question #123
Which network input option provides durable file-system buffering of data to mitigate data loss due to network outages and splunkd restarts?
The correct answer is C. persistentOueueSize. The 'persistentQueueSize' setting (note: option C has a typo showing 'persistentOueueSize') enables a file-system-backed persistent queue for network inputs (TCP/UDP). Unlike the in-memory 'queueSize', the persistent queue survives splunkd restarts and network interruptions, prev
Question
Which network input option provides durable file-system buffering of data to mitigate data loss due to network outages and splunkd restarts?
Options
- AdiskQueueSize
- BdurableQueueSize
- CpersistentOueueSize
- DqueueSize
How the community answered
(41 responses)- A7% (3)
- B2% (1)
- C88% (36)
- D2% (1)
Explanation
The 'persistentQueueSize' setting (note: option C has a typo showing 'persistentOueueSize') enables a file-system-backed persistent queue for network inputs (TCP/UDP). Unlike the in-memory 'queueSize', the persistent queue survives splunkd restarts and network interruptions, preventing data loss. 'diskQueueSize' and 'durableQueueSize' are not valid Splunk configuration parameters for this purpose.
Topics
Community Discussion
No community discussion yet for this question.