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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...