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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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