Splunk Search

Custom Search Command

sarahh
Engager

Hello,

I have some questions on custom search commands. I've copied this Python script named log.py and placed it in $splunk_home\etc\apps\<app_name>\bin\, and i've added 2 stanza to $splunk_home/etc/local and named it as authorize.conf & commands.conf and restarted Splunk.

However when i try to pipe it ( | log ) to the custom command, they said 'Unknown search command'winad''

What can i do so that it will print out what I've written in the Python script

Tags (3)
0 Karma

dmr195
Communicator

You need to add the section for your custom search command to commands.conf in your app's config directory, not Splunk's config directory.

So try moving what you put into $SPLUNK_HOME/etc/local/commands.conf into $SPLUNK_HOME/etc/apps/<app_name>/default/commands.conf. Then you'll have to restart Splunk for it to notice that you've changed that file.

Also, by default your custom command will only be usable within the app it lives in. If you want to be able to use it from within another app, for example the search app, you'll have to make it global by editing $SPLUNK_HOME/etc/apps/<app_name>/metadata/local.meta (or by making in global using the "Manager" screens in Splunkweb).

helge
Builder

Thanks. I had the same problem and it turned out I had forgotten to add "export=system" to default.meta in my app.

0 Karma

erritesh17
Path Finder

hey I have some problem .. can you tell me how to resolve this issue . and splunk want what type of python file as a custom search command.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Edit your question to include all the configurations you've added.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...