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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...