Reporting

Can search results be exported using a command in the search script/bar?

myli12
Path Finder

Search results can be exported by clicking on the export link above the search results. Does splunk provide a command/function that can be used in the search bar that pipes search results to a file and the file name can be specified?

Tags (1)
1 Solution

yannK
Splunk Employee
Splunk Employee

yes, check mysearch | outputcsv myfile.csv
the file will be written in $SPLUNK_HOME/var/run/splunk folder

see
http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/Outputcsv

View solution in original post

yannK
Splunk Employee
Splunk Employee

yes, check mysearch | outputcsv myfile.csv
the file will be written in $SPLUNK_HOME/var/run/splunk folder

see
http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/Outputcsv

yannK
Splunk Employee
Splunk Employee

no, this is the default location.

Another option is to use the command line search and pipe the result to a file in any folder you are.
example :

/opt/splunk/bin/splunk search "mysearch" -output /myfolder/myfile.csv

see http://docs.splunk.com/Documentation/Splunk/4.3/SearchReference/CLIsearchsyntax

myli12
Path Finder

Thanks, yannK. Can you specify the directory you want the result file save to?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...