Splunk Answers-a-thon!

How to develop custom search commands?

yeasuh
Splunk Employee
Splunk Employee

How to develop custom search commands?

Labels (2)
0 Karma

Brett
SplunkTrust
SplunkTrust

Splunk provides detailed instructions and examples at https://dev.splunk.com/enterprise/docs/devtools/customsearchcommands/createcustomsearchcmd/

You can use the Splunklib python library to quickly create custom search commands in Splunk. At a bare minimum you can create a commands.con under /local and point to your sceleton python command residing under /bin and print to stdout to start with.

0 Karma

jeffland
SplunkTrust
SplunkTrust

Custom search commands are an advanced technique to enhance Splunk SPL. You write them in python, and they require a few conf files in addition to the .py and you should be good to go.

 

A good place to start would be these docs: https://dev.splunk.com/enterprise/docs/devtools/customsearchcommands/ - they also list some examples you can look at.

If you hit any roadblocks, be sure to ask a more detailed question 🙂

0 Karma
Get Updates on the Splunk Community!

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...

Unlock Instant Security Insights from Amazon S3 with Splunk Cloud — Try Federated ...

Availability: Must be on Splunk Cloud Platform version 10.1.2507.x to view the free trial banner. If you are ...