Getting Data In

What happens when Indexer is down and UF is forwarding data without using Acknowledgement?

jagadeeshm
Contributor

I have a multi-site indexer clustering.

All my UF(s) are configured for Site0 (auto-balanced across all indexers available in both sites) and Indexer Acknowledgement is DISABLED.

When UF tries to forward data to a specific indexer and if it is down, does UF re-try sending the SAME data to the next indexer available in the auto-load balancing list?

PS: I referred this document already and it is not clear enough about this specific situation -
http://docs.splunk.com/Documentation/Splunk/6.4.4/Forwarding/Protectagainstlossofin-flightdata

0 Karma

woodcock
Esteemed Legend

Yes. The s2s (Splunk-to-Splunk) protocol handles this without data loss even without ACK.

0 Karma

jagadeeshm
Contributor

any supporting documentation on this ?

0 Karma

mattymo
Splunk Employee
Splunk Employee

Two of the example troubleshooting forwarder topics elude to this:

https://docs.splunk.com/Documentation/Forwarder/6.5.2/Forwarder/Troubleshoottheuniversalforwarder

Essentially, a forwarder opens a tcp socket toward the indexers in the LB list. if it cant connect it moves to the other. You can see this in action by grepping splunkd.log | grep TcpOutputProc.

Once connected to an idx the uf will transmit data. If the UF cannot connect to any receiver, it fills its queues then stops ingesting data, picking up when there is a valid receiver to send to.

It is not exactly "in-flight data" as the forwarder needs to connect to a receiver before it will transmit

- MattyMo
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...