Could anyone tell me the difference between outputlookup and outputcsv?
If there no differences, is there any specifications to use the above in various circumstances?
Regards,
Naga
...ields - _* | outputcsv results.txt
The problem is that each time the search runs, results.txt gets overridden. I would like to automatically append the time and date to the name of the file Eg. results_3-2-1...
Hi all,
I am using the outputcsv command to export the results to a text file as follows:
| outputcsv results.txt
This exports the results to $SPLUNK_HOME/var/run/splunk/results.txt
Is t...
Outputcsv command will export the log to a csv file in var\run\splunk location. I have used only enterprise trial version of splunk and i want to know how will it be in real scenario where we have m...
Hi all, I have a scedulated serach every 30 minutes, which extracts a file in csv search | outputcsv MyFile I need to put a daily sequence in the file name file name MyFile_01 (first f...
Hi
We are running an outputcsv command in hourly intervals through a python script. We have not mentioned append option in the query. I would like to know what should be the expected behavior of S...
How can I get outputlookup or outputcsv to only include certain fields in the resulting lookup file?
An example explains it better:
SEARCH | DEDUP FieldName1 | FIELDS FieldName1, F...