Dashboards & Visualizations

How to integrate HTML Splunk Dashboard with Python Script?

PriyaGopathy
New Member

Hi,

On Click of Button in HTML Splunk dashboard,
I need to pass start date and end date as a input parameter to custom python script in the Linux server.
path to the script: /opt/splunk/etc/apps/search/bin/

  • What package needs to import in python script?
  • Object name to get the date value from splunk?

If possible, please share with us the steps / procedure to do the above scenario.

Thanks in advance.

Tags (3)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@PriyaGopathy

I suggest the following approach.

1) Create a custom endpoint in Splunk which will call python script in search/bin/ using subprocess module.
2) Create a function which will call a custom endpoint.
3) Call javascript function on click of the HTML button.

Ref:https://www.hurricanelabs.com/splunk-tutorials/splunk-custom-endpoints-part-1-the-basics

0 Karma

PriyaGopathy
New Member

@ kamlesh_vaghela

Thanks for the update. I ll try and let you know.
Meanwhile, do you have any working sample?

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...