All Apps and Add-ons

Need to wrap a Python script in Windows Batch File

cchange
Path Finder

I have python script that I need to pass in Windows batch file. I'm not sure how to pass it. I'm trying below but it is not working.

set ZENOSS_SERVER_STANZA=zenoss
C:\Program Files\Splunk\bin\splunk cmd python C:\Program Files\Splunk\bin\splunk\etc\apps\TA-zenoss\bin\zenoss_create_event.py -s %ZENOSS_SERVER_STANZA% -f %SPLUNK_ARG_8_%

I need to pass this batch file for alerts. Any help is appreciated.

gjanders
SplunkTrust
SplunkTrust

Wouldn't that last argument be %SPLUNK_ARG_8% ?
Otherwise it looks fine, although as per Configure a script for an alert action :

The run a script alert action is
officially deprecated. It has been
replaced with custom alert actions as
a more scalable and robust framework
for integrating custom actions. See
About custom alert actions for
information on building customized
alert actions that can include
scripts.

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...