Hello,
I have the situation, where I evaluate the "All Time" logs initially and save the results to the csv file:
...
| outputtext usexml=false | fields - _raw
| outputcsv S...
Hi,
I need to run a scheduled search to export some logs every certain amount of time. The search I am using is this:
outputtext usexml=false | rename _xml as raw | fields raw | f...
I've created a script that, when called from the search bar using:
|script foo.py | outputtext
it outputs a table containing one unnamed column containing the script output and an empty _...
...hen read back again, but ... maps seems to overwrite also the csv file in the var/run/splunk/csv directory.
My code looks as follows:
| outputtext usexml=false | fields decision h...
Hi,
I was wondering if it's possible to export search and table results in a txt file ? (with a script, a command, ...)
I've seen that was possible to export in json, xml and csv, but not in a ...
...f each machine.
Then the second part is exporting them to a text file; is this accurate?
outputtext usexml=false | rename _xml as raw | fields raw | fields - _* | outputcsv results.txt
I...
Is there a way to export large volume of raw data out of an index?
There seems to be a limit of 10000 lines. outputcsv seems to do it ok in csv format, but is there outputtext which allows u...