nerdexam
Splunk

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

Splunk Forwarding

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)
  • A
    7% (3)
  • B
    2% (1)
  • C
    88% (36)
  • D
    2% (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

#persistentQueueSize#durable queue#data loss prevention#network input buffering

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice