Splunk Dev

Determine if a Splunk daemon is down remotely

bruceclarke
Contributor

Hi all,

Is there an easy way to poll for a Splunk daemon's status remotely from C#? The use case is that we are running searches via the SplunkSDK for C#, and we want to display an error message if any of our search peers are down.

Thanks!

Tags (3)
0 Karma
1 Solution

grijhwani
Motivator

Ideally you would use a contructor for "http://{yourserver}:8089/" or "https://{yourserver}:8089/" (depending on whether you are using SSL or not, and if not, why not?).

One of those two will respond with meaningful XML if the service is up, running, and behaving properly.

View solution in original post

grijhwani
Motivator

Ideally you would use a contructor for "http://{yourserver}:8089/" or "https://{yourserver}:8089/" (depending on whether you are using SSL or not, and if not, why not?).

One of those two will respond with meaningful XML if the service is up, running, and behaving properly.

grijhwani
Motivator

Of course it goes without saying that if you have changed altered the default port setting you have to account for it.

0 Karma

yannK
Splunk Employee
Splunk Employee

Telnet on management port 8089

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