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!

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...