Monitoring Splunk

How to Start or Stop splunk service using SPlunk SDK

Manvir
New Member

Does someone know show to START and/or STOP splunk using Splunk SDK? Using CLI, we can do
splunk stop
splunk start
but I am looking for its equivalent using SDK.

Tags (2)
0 Karma
1 Solution

lguinn2
Legend

You can't start Splunk from the SDK because when Splunk is stopped, there is no running API. If splunkd is not running, there is "no one home" for your code to talk to!

But you could write a script to execute these commands in the OS, and use your code to launch the script.

View solution in original post

Manvir
New Member

Thanks that helps ! I created a batch file with these commands.

0 Karma

lguinn2
Legend

You can't start Splunk from the SDK because when Splunk is stopped, there is no running API. If splunkd is not running, there is "no one home" for your code to talk to!

But you could write a script to execute these commands in the OS, and use your code to launch the script.

arjun_hcl
Explorer

Is there any way to get the status of splunkd service through sdk??

0 Karma

Manvir
New Member

Basically rather than just restarting, I want to first stop then clean the index and then Start.
Actually, I want to do the equivalent of this using SDK.

Splunk stop
splunk clean eventdata -index default –f
splunk start

0 Karma

lpolo
Motivator

In python under splunklib.client you have the service class as well. From here you can use restart method to restart your splunkd instance.

0 Karma

somesoni2
Revered Legend

In java or C# SDK, you have a class "Service" which contains a method Restart.

Get Updates on the Splunk Community!

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...