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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...