Splunk ITSI

export to csv file

friend444
Explorer

how to export entityid in csv file

I know the command is outputcsv

what is full command to extract value for specific field like entityid

0 Karma
1 Solution

woodcock
Esteemed Legend

Like this:

... | table entityid
| outputlookup YourOutputFileNameHere.csv

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

... | table entityid
| outputlookup YourOutputFileNameHere.csv
0 Karma

aberkow
Builder

I think you might want outputlookup https://answers.splunk.com/answers/275602/difference-between-outputlookup-and-outputcsv.html, but the syntax is pretty straightforward - you take the results of your search and then append an

|outputlookup csvName.csv command. If you only want to extract something like entityid, you can use a table command before hand to only have that field be sent over.

Does this answer your question?

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...