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
Champion

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
Champion

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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...