Getting Data In

Is there a potential data loss with UDP?

ddrillic
Ultra Champion

We are forced to use UDP (and not TCP) for one client and we wonder how much data loss we might expect with UDP.

Any thoughts?

Tags (3)
0 Karma
1 Solution

dkeck
Influencer

HI,

this tuning tips might help you to lower the potential data loss.

https://wiki.splunk.com/Community:UDPInputs

View solution in original post

ddrillic
Ultra Champion

Our Sales Engineer said -

-- The best practice (not just for Splunk, really for the whole industry) is to put your UDP receiver as close as possible to the sender. Like, on the same switch if you can help it. This will minimize the lost packets that are indeed inevitable with UDP.

The other thing you should look into is whether UDP is really required. Most appliances / switches / firewalls / routers these days have an alternative way to send data. Usually an API, TCP bound syslog, a form of reliable/resilient UDP etc. Literally anything is better than basic UDP.

0 Karma

dkeck
Influencer

HI,

this tuning tips might help you to lower the potential data loss.

https://wiki.splunk.com/Community:UDPInputs

ddrillic
Ultra Champion

Thank you @dkeck!

0 Karma

nswondem
Path Finder

By definition, UDP is not reliable. Try the tuning but remember that on the network layer UDP is not going to try. No handshake.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...