Splunk IT Service Intelligence

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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...