Getting Data In

Forwarded UDP - Check which forwarder

SplunkFu
Path Finder

Hi there,

I'm hoping this is a simple question...

We have 50+ forwarders, and I'm trying to locate the forwarder that passes Syslog traffic to our Indexer, but I can't seem to find the information from Splunk's perspective, is there any where to find this information without looking at the configuration on the source?

Thanks and best regards.

Tags (3)
0 Karma

krugger
Communicator

I would suggest running:

netstat -nat | grep 514

If you know the índex which is receiving the syslog data you can query the metadata:

| metadata type=sources índex="yourindeX"

0 Karma

SplunkFu
Path Finder

Thanks for the response, however:

  1. Running netstat on each box doesn't scale very well, as I don't know which host it is on

  2. The metadata command appears to return nothing more than: firstTime; lastTime; recentTime; source; totalCount; type

0 Karma
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!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...