Getting Data In

UDP Syslog Host Showing up as IP

Kyle_Brandt
Path Finder

I have set the UDP syslog port to set hostnames based on DNS. For several hosts this is working fine, however one of them shows up as the IP.

When I use dig -x to get the pointer record for the IP that is showing up from the splunk server I do get a hostname as an answer.

Any ideas as to what might be off here?

Tags (3)
0 Karma

Simeon
Splunk Employee
Splunk Employee

The event itself is probably using the IP address for the Host value. It might be helpful to see what Splunk has indexed for the host value of that event, as well as what is the extracted field value. To compare, run a search similar to the following:

| metadata type=hosts | search host=<your_ip_address>
| metadata type=hosts | search host=<your_fqdn>

index=your_index source=udp:514 | fields host

The value from the metadata searches are what is stored in the index, and the values from the search with | fields is likely the extracted value.

0 Karma
Get Updates on the Splunk Community!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...