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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...