Splunk Enterprise

how will i get the list of splunk forwarders which are not phoned home from a month

ksarode
Explorer

i want to know the list of splunk forwarders which are not phoned home from last month so that we can take appropriate action against them in our environment

Tags (1)
0 Karma

mayurr98
Super Champion

I recommend you use the Management Console (aka DMC) to report on the status of your forwarders. The Monitoring Console allows you to see the overall status of all your forwarders (active/missing) and can even alert on missing forwarders.
https://answers.splunk.com/answers/525446/search-query-to-check-50-100-forwarders-phoning-ho.html

Also have a look at below answers:
... newer answer...

https://answers.splunk.com/answers/319970/what-options-are-there-to-find-if-a-forwarder-has.html

...older answers...

https://answers.splunk.com/answers/41447/query-alert-to-detect-if-a-light-forwarder-stops-reporting-...

https://answers.splunk.com/answers/798/how-do-i-tell-if-a-forwarder-is-down.html

Another workaround is :
Get a list of clients and import in Splunk as a lookup.Run a query which will give you a list of phoning of clients in Splunk and do inputlookup and find what all clients are not thereby comparing the lookup.

I think this should give you list of phoning home clients !

| rest /services/deployment/server/clients | table title | rename title as hostname | eval state="phonehome" 

let me know if this helps!

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...