Splunk Enterprise

Heavy forwarder - view Universal forwarders

iherb_0718
Path Finder

HI I have a web UI connection into the Heavy Forwarder over port 8000.

Is there a way I can view a list of universal forwarders that are sending to this Heavy forwarder?

Labels (1)
0 Karma
1 Solution

manjunathmeti
SplunkTrust
SplunkTrust

This will give list of universal fwds sending data:

index=_internal source=*metrics.log group=tcpin_connections fwdType="uf" earliest=-1h
| eval sourceHost=coalesce(hostname, sourceHost) 
| fields _time connectionType sourceIp sourceHost destPort splunk_server version hostname
| stats latest(_time) as _time latest(*) as * by sourceHost

 

If this reply helps you, an upvote/like would be appreciated.

View solution in original post

0 Karma

manjunathmeti
SplunkTrust
SplunkTrust

This will give list of universal fwds sending data:

index=_internal source=*metrics.log group=tcpin_connections fwdType="uf" earliest=-1h
| eval sourceHost=coalesce(hostname, sourceHost) 
| fields _time connectionType sourceIp sourceHost destPort splunk_server version hostname
| stats latest(_time) as _time latest(*) as * by sourceHost

 

If this reply helps you, an upvote/like would be appreciated.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...