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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...