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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...