Splunk Search

Difference between outputlookup and outputcsv

splunkn
Communicator

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

Tags (2)
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

There is a major difference. outputlookup will use the defined transforms or the filename you give it and put the CSV file in the lookups folder of the current App context. You can use this lookup in other commands using the lookup command. Changes to the lookup are replicated on the SHC.

outputcsv just dumps the CSV to the file system in $SPLUNK_HOME/var/run/splunk/. You can't use it later, and changes are not replicated in a SHC.

http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Outputcsv
http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Outputlookup

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

There is a major difference. outputlookup will use the defined transforms or the filename you give it and put the CSV file in the lookups folder of the current App context. You can use this lookup in other commands using the lookup command. Changes to the lookup are replicated on the SHC.

outputcsv just dumps the CSV to the file system in $SPLUNK_HOME/var/run/splunk/. You can't use it later, and changes are not replicated in a SHC.

http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Outputcsv
http://docs.splunk.com/Documentation/Splunk/6.2.4/SearchReference/Outputlookup

ejwade
Contributor

@alacercogitatusdo you know if Splunk has a cleanup/garbage collection for these CSVs, or do they live forever?

0 Karma

JCISplunker
Explorer

Can you clarify "You can't use it later" comment for outputcsv command? The data is very much accessible through | inputcsv - I use this all the time.

kasu_praveen
Communicator

Yes. we can access the results with |inputcsv command.

I guess the major differences are
1) Location where it stores
2) SHC replication

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

@splunkn, instead of giving me Karma points, use the Up arrow to vote on the answer. This does two things. 1) It won't take away your Karma and 2) shows others it was a valuable answer. Your points have been returned, but thanks!

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...