Hi Experts,
I want to insert a Splunk URL into a right click function in my app to open a set of results and save down to the local c:\ I tried the following
transid123 sourcetype="blah" |reverse |outputtext usexml=false | rename _xml as raw | fields raw | fields - _* | outputcsv C:/Temp/results.txt
I get results but a message saying
Could not write to file 'C:/Temp/results.txt': Failed to open file for writing.
Is there a different way to do this ?
↧