Deployment Architecture

Any Ideas--Ensure metadata, tstats, lookups, and deployment server are in sync

nahfam
Path Finder

Hey all,

We have hit-and-miss identification of servers that fall off of Splunk monitoring. There needs to be a critical alert if a non-decommissioned server:

1.Stops reporting to Splunk, or
2.Stops phoning home to the deployment server

Is there a weay to query the rest api from the search head to determind Deployment server contact?

Any help is much apprreciated..

Tags (1)
0 Karma

darrenfuller
Contributor

If your deployment server is forwarding its internal logs to your indexing layer, you should be able to use a query like:

index=_internal host="Your_deployment_server_hostname" "/services/broker/phonehome/"
| stats max(_time) AS last_checkin_epoch by clientip
| eval now_epoch=now()
| eval time_since_last_checkin=now_epoch-last_checkin_epoch
| sort - time_since_last_checkin

./DF

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...