Splunk Search

Unknown search command - custon python script

apgersplunk1
Explorer

I am trying to use an external script (python) to retrieve data from a database (sqlite3) which is to be summarized within a dashboard. The python script is within a wrapper. command.conf in /default is detailed below. script is in the /bin dir. Runnning "|dumpTS" with the app search, I get "Unknown search command 'dumpts'." The script takes no input and returns column headers (csv delimited) and the associated rows of csv formatted data. Any ideas?

commands.conf

[dumpTS]

filename = dumpTS.py

generating = true

local = true

maxinputs = 0

1 Solution

Rocket66
Communicator

rename the command in "commands.conf" from "dumpTS" to "dumpts"

don't forget to restart splunk

View solution in original post

Rocket66
Communicator

rename the command in "commands.conf" from "dumpTS" to "dumpts"

don't forget to restart splunk

hortonew
Builder

I'm on 6.4.4 making a custom generating command and this just helped me. Have to make [commandstanza] all lowercase.

0 Karma

apgersplunk1
Explorer

Thank you very much. Renaming to lowercase fixed the issue.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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