Getting Data In

How can we find the Heavy Forwarders data flow?

ddrillic
Ultra Champion

We have two Heavy Forwarders through which quite a bit of data is flowing through. We have access to the back end, such as to the metrics logs but not to the UI. How can we find out the daily amount of data which goes through these heavy forwarders?

Tags (2)
0 Karma

woodcock
Esteemed Legend

Assuming that you named your HF tier differently than your Indexer tier, you can use a search like this:

index=_internal AND component=Metrics tcpout* | stats values(name) dc(name) AS options BY host | sort 0 options

Zane
Explorer

Hi there,

i'm a new splunker

I'd like to know what's means of these search result, such as "management", "default-autolb-group:xxx.xxx.xxx.xxx:9997:3:1" i can understand there is my HF ip and port, but what's means of :3:1, I have seen :0:0, :0:1....

thanks in advance.

@woodcock 

0 Karma

yannK
Splunk Employee
Splunk Employee

You can look in the metrics.log of the HWF how much they received.
And you can look on the next level indexer how much they received form the forwarders (and group them per type)

example for the volume received by the indexers per forwarder type. (full = heavy forwarder)

        index=_internal  host=*myindexer*  source=*metrics.log* group=tcpin_connections fwdType| stats sum(kb) by hostname fwdType
0 Karma

somesoni2
SplunkTrust
SplunkTrust

YOu can run CLI searches to those metrics logs to get the data you want (provided you've Splunk credentials with permission to view _internal index).
https://docs.splunk.com/Documentation/Splunk/7.1.1/Troubleshooting/Aboutmetricslog

ddrillic
Ultra Champion

Most cheerful @somesoni2 - thank you.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

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 ...