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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...