Splunk Enterprise

How to restart udp port 514 when it is not listening?

pacifikn
Communicator

Greetings!!

 

How to restart udp port 514 that is configured on public ip x.x.x.x 

all the syslogs sender are configured to send the data to x.x.x.x 514 , where this public IP(x.x.x.x) is the splunk log server collector.

BUT now , I can't recive logs into splunk log collector, and if I test this public IP by pinging is replying good, but port is not listening when I test with telnet it is not connecting,

how May I solve this???? I need your help? 

how to do to put again this service to listening? so that even if I do telnet can respond as usual?

 

Thank you in advance!

 

 

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Ping can tell you if a server is up, but doesn't tell if a port is open or not.

Telnet cannot test UDP connections.  Try nc, instead.

nc -u x.x.x.x 514

Use netstat to verify something is listening on that port.

netstat -ln | grep 514

 If nothing appears then Splunk is not listening on 514.  Double-check the settings at Settings->Data inputs->UDP

---
If this reply helps you, Karma would be appreciated.
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...