Splunk Search

How to write a search to return the number of forwarders that have reported within the last hour?

AaronMoorcroft
Communicator

Hi Guys

So what I'm looking for is the search from the Deployment Monitor app that shows the All Forwarders section in just number, let me explain.

I would like to add a new panel to an existing dashboard that shows a number of all the forwarders that have reported in over say the last hour. This is for a basic morning checks dashboard. Is there anyone that can help me with this ?

Cheers

Aaron

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This should get you started:

index=_internal source=*metrics.log* group=tcpin_connections | stats dc(hostname) by fwdType
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

This should get you started:

index=_internal source=*metrics.log* group=tcpin_connections | stats dc(hostname) by fwdType
---
If this reply helps you, Karma would be appreciated.

AaronMoorcroft
Communicator

That Sir will just about do what I need, Thank You 🙂

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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