Getting Data In

Remove path from scripted input

beaunewcomb
Communicator

I setup a scripted input pointing to a .bat file which runs a curl request. But instead of only ingesting the output of the command that's run, splunk gets everything from the shell, including the current directory. How do I only get the output of the command, ignoring the actual command?

C:\WINDOWS\system32>C:\curl\curl.exe http://search.twitter.com/search.json?q=blah
----output of command is here----
Tags (1)
1 Solution

dwaddle
SplunkTrust
SplunkTrust

Splunk is ingesting exactly what your batch file writes to its standard output. So, your question really is one of the form "how do I make my batch file not echo every command?" There's a really old solution for that. Put a line with

@echo off

at the top of your batch file .. should make all the difference.

View solution in original post

dwaddle
SplunkTrust
SplunkTrust

Splunk is ingesting exactly what your batch file writes to its standard output. So, your question really is one of the form "how do I make my batch file not echo every command?" There's a really old solution for that. Put a line with

@echo off

at the top of your batch file .. should make all the difference.

beaunewcomb
Communicator

Duh. 🙂

Thanks!!!

0 Karma
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 ...