Splunk Dev

Looking for an example generating custom script that execute OS command

melonman
Motivator

Hi

I am looking for a simple example of custom generating search command that
executes OS command and show the result of execution.

I don't have much knowledge of Python SDK, but I want to start from an simple example.

Thank you, and any commend would be appreciated.

0 Karma

kamal_jagga
Contributor

Its better if you do this in a separate/new app.

In local directory of app, create commands.conf (if it is already not there).
Commands.conf
[cachecheck]
filename=command_cachecheck.py

In bin directory of app create command_cachecheck.py
import os,re,csv
import sys
os.system("data \" +%c\" ")
command = 'vmstat -s'
os.system(command)

Restart searchhead and give proper permissions.

In SH get the results by searching |cachecheck.

Get Updates on the Splunk Community!

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

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...