Knowledge Management

New Splunk TcpOutput persistent queue

hrawat
Splunk Employee
Splunk Employee

https://docs.splunk.com/Documentation/Splunk/9.4.0/ReleaseNotes/MeetSplunk#What.27s_New_in_9.4


Why New Splunk TcpOutput Persistent Queue?

  • Scheduled no connectivity for extended period but need to resume data transmission once connection is back up. Assuming there is enough storage, tcpout output queue can persist all events to disk instead of buying expensive third party subscription(unsupported) to persist  data to SQS/S3.
  • If there are two tcpout output destinations and one is down for extended period. Down destination has large enough PQ to persist data, then second destination is  not blocked. Second destination will block only once PQ of down destination is full.
  •  Don't have to  pay for  third party SQS & S3 puts.
  • Third party/ external S3 persistent queue introduces permanent additional latency( due to detour to external SQS/S3 queue). There are chances of loss of events( events getting in to SQS/S3 DLQ).
  • Third party/ external SQS/S3 persistent queuing requires batching events, which adds additional latency in order to reduce SQS/S3 puts cost.
  • Unwanted additional network bandwidth usage incurred due to uploading all data to SQS/S3 and then downloading .
  • Third party imposes upload payload size limits.
  • Monitored corporate laptops are off network, not connected  to internet or not connected to VPN for extended period of time. Later laptops might get switched off but events should be persisted and forwarded as and when laptop connects to network.
  • Sensitive data should stay/persisted within network.
  • On demand persistent queuing on forwarding tier when Indexer Clustering is down.
  • On demand persistent queuing on forwarding tier when Indexer Clustering indexing is slow due to high system load.
  • On demand persistent queuing on forwarding tier when Indexer Clustering is in rolling restart.
  • On demand persistent queuing on forwarding tier during Indexer Clustering upgrade.
  • Don't have to use decade old S2S protocol version as suggested by some third party vendors ( you all know enableOldS2SProtocol=true in outputs.conf)

hrawat_splunk_0-1736700631045.png



How to enable?

Just set  persistentQueueSize as per outputs.conf

[tcpout:splunk-group1]
persistentQueueSize=1TB
[tcpout:splunk-group2]
persistentQueueSize=2TB

Note: Sizing guide coming soon.

Labels (1)
Get Updates on the Splunk Community!

Splunk at Cisco Live 2025: Learning, Innovation, and a Little Bit of Mr. Brightside

Pack your bags (and maybe your dancing shoes)—Cisco Live is heading to San Diego, June 8–12, 2025, and Splunk ...

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...