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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...