Splunk Search

How do I take the entire contents of a table and make it one giant event?

daniel333
Builder

All,

So I have a lookup, of say 10,000 items. I'd like to merge it all as one giant event for a specifical visualization I am working on.

thanks
-Daniel

0 Karma

woodcock
Esteemed Legend

Like this:

 | inputlookup lookupfile.csv | stats list(_raw) AS allData
0 Karma

sundareshr
Legend

Try this

| inputlookup lookupfile.csv | stats list(*) as *
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 ...