Getting Data In

Pull data from a script(sh or py) to show in Splunk without indexing

sibbsnb
Path Finder

Hi,

I need a command like dbquery(dbconnect) which when executed in Splunk searh returns data from a script's output.

How do i do that?

Search
| mycommand parm1 parm2 | table abc, efg

Result
script output shown in splunk which can be manipulated further by SPL commands

Tags (1)
0 Karma
1 Solution

bgaignon
Path Finder

Hi,

If I understand well you want to execute a script and not a command.

If it's well a script then you can follow this great answer here: how-to-execute-external-script-to-manipulate-file-from-search-command

If you want dbquery there is an App, here is the doc: http://docs.splunk.com/Documentation/DBX/1.1.3/DeployDBX/Commands

But if you are looking to execute a custom command in the search line, then I will not be helpful.

View solution in original post

0 Karma

bgaignon
Path Finder

Hi,

If I understand well you want to execute a script and not a command.

If it's well a script then you can follow this great answer here: how-to-execute-external-script-to-manipulate-file-from-search-command

If you want dbquery there is an App, here is the doc: http://docs.splunk.com/Documentation/DBX/1.1.3/DeployDBX/Commands

But if you are looking to execute a custom command in the search line, then I will not be helpful.

0 Karma

sibbsnb
Path Finder

i was able to execute in a similar way as provided in that link to pull data from script.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...