Hi, i want to move a file from a client into Deployment Server via Search Head. I was thinking of something like | makeresults
| eval content="the content of text file that need to be sent over to DS."
| search
[ | rest splunk_server=ds /services/search/jobs search="| outputlookup test.csv" ] but it seems that the rest command does not support anything except search (it does not work with pipes after search either), but it is not the same using rest from cli or rest queries from outside Splunk. Since it would be a challenge to store credentials in an app protected, doing it using script or cli would be my last option. Doing it using the web interface would be better for further development. Thanks
... View more