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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...