Deployment Architecture

Custom search command for distributed search

davecroto
Splunk Employee
Splunk Employee

if I write a custom search command, do I have to put the .py script on both the search head and the indexer?

gkanapathy
Splunk Employee
Splunk Employee

It depends. If you put it into an app directory, it will be replicated to the indexers, where it will be run from the replicated bundle. If it happens to be pure python, and all additional libraries are also replicated in the app, and doesn't reference any absolute paths, but only files and paths etc relative to the app directory, then it will run fine.

hexx
Splunk Employee
Splunk Employee

I suppose that you want your command to work in a distributed search environment and be executed on each search peer.

The answer is that you can keep your search command just on the search-head but you'll need to set streaming = true when defining your command in commands.conf. That will ensure that your command is distributed.

Note that you still need to set streaming = true even if your command is not a streaming command but say, an event-generating command.

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