Getting Data In

Javascript(HTML) and Python

jadengoho
Builder

Good day,
Is it possible to change the value of the python script and trigger it to run

example:
I have a JAVA SCRIPT code that get a value from splunk HTML,
what i want is to change a specific data from the JavaScript to python script.

and after it change it will run the python script , is it possible ?

Tags (1)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Hi @jadengoho,

Well Yes you can do it by following these steps.

1) Create a endpoint in Splunk app which handle the HTTP request from client side and update the python file using requested value. For updating python file and executing it refer python file handling examples and for executing python refer subprocess example.

2) Create a javascript which call the Splunk endpoint and handle response.

Well, I'm not sure about to change a python script value is safe or efficient for your requirement but I suggest you can handle your all dynamic value in any config file OR property file which can be used in python code as a value parameter. So my suggetsed steps are:

1) Create a endpoint in Splunk app which handle the HTTP request from client side and update the config or property file using requested value. For updating the config or property file refer python file handling examples and for executing python refer subprocess example.

2) Create a javascript which call the Splunk endpoint and handle response.

Let me know if any difficulties in executing these steps.

jadengoho
Builder

HI @kamlesh_vaghela,
is it possible to have a java script code that change the endpoints for example the macro.
as of now i have a python code this :

from splunklib.client import connect
service = connect(username="admin", password="changeme", host="localhost", app="ml_churn")
service.post('properties/macros/SAMPLE', definition="4")
print service.get('properties/macros/SAMPLE/definition')["body"]

is it possible to run this code JAVASCRIPT ?

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

Hi @jadengoho,
Here is the best example I found for what @kamlesh_vaghelahas suggested.
https://www.hurricanelabs.com/splunk-tutorials/splunk-custom-endpoints-part-1-the-basics

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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