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!

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...