Dashboards & Visualizations

Integrating Splunk Dashboard With Python

shreshthsharma
Engager

Hi I'm trying to build a splunk dashboard which sends a token to a python script and then after processing the token value gets updated using the python script, the question is can i directly make the dashboard interact with python or do i need to add a javascript in between the two?

0 Karma
1 Solution

niketn
Legend

@shreshthsharma, you can use script command in Splunk search to execute a python script placed under $SPLUNK_HOME/etc/apps/<your_app_name>/bin/ path. Refer to Splunk documentation: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Script

Then your python script can write back to Splunk using print and sys.stderr.write. Refer to a simple python scripted input example: https://sublimerobots.com/2017/01/simple-splunk-scripted-input-example/

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

@shreshthsharma, you can use script command in Splunk search to execute a python script placed under $SPLUNK_HOME/etc/apps/<your_app_name>/bin/ path. Refer to Splunk documentation: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Script

Then your python script can write back to Splunk using print and sys.stderr.write. Refer to a simple python scripted input example: https://sublimerobots.com/2017/01/simple-splunk-scripted-input-example/

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
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, ...