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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...