Splunk Cloud Platform

How to check the forwarders/host which is not sending data?

sekhar463
Path Finder

Hai ,

Is there any way to check Splunk forwarder even HF/UF stops sending data to Splunk cloud?

 

Labels (3)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

If you want to know more detailed level and get alarms etc, there are several apps on splunk base. Here is link to TrackMe https://preview.splunkbase.splunk.com/app/4621

r. Ismo

0 Karma

Roy_9
Motivator

@sekhar463  I guess you could use the below search:

| tstats latest(_time) as latest where index=* earliest=-24h by host
| eval recent = if(latest > relative_time(now(),"-5m"),1,0), realLatest = strftime(latest,"%c")
| where recent=0

 

You could also configure the Track me app available in splunkbase which has got good capabilities.

 

 

Thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Have you tried the Forwarder Monitoring feature of the Monitoring Console?

---
If this reply helps you, Karma would be appreciated.
0 Karma

sekhar463
Path Finder

any process on Forwarder Monitoring feature of the Monitoring Console?

we need to enable it or it will by default

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Forwarder monitoring must be enabled.  From he MC select Settings->Forwarder Monitoring Setup.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...