Splunk Dev

How to pass parameters in custom search command?

rajacybermak
Explorer

I am trying out custom search command.
I have in commands.conf the below

[createrecord1]
chunked = true
filename = myjava.path
command.arg.1 = -jar
command.arg.2 = splunkcreaterecord1.jar

I would like to know how to pass argument values from search
eg if I type |createrecord1 **100**
it execute " java -jar splunkcreaterecord.jar" without the parameter

I would like the jar file to be executed as java -jar splunkcreaterecord.jar **100**

Kindly assist

0 Karma

woodcock
Esteemed Legend

Define it like this:

 [createrecord1]
 chunked = true
 filename = myjava.path
 command.arg.1 = jar

Then use it like this:

... | createrecord1 jar "splunkcreaterecord1.jar"
0 Karma

p_gurav
Champion

Can you try to pass argument in double quotes ""?

0 Karma

rajacybermak
Explorer

Thanks Gaurav for the reply.
Could you kindly elaborate

0 Karma
Get Updates on the Splunk Community!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...