Splunk Search

How to tell if two rows from different tables each are both an equal match?

minkyuk
Explorer

Hello Splunkitans,

If I am given a table of 5000 rows and a second "filter" table of 500 rows,
If I were to extract the matching 500 rows from the first table, how could I implement this ?

Since they both use [ |inputlookup all.csv ] and [|inputlookup filt.csv], could I somehow incorporate the where command?

I would appreciate any of your input!

Jack

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This may do it:

| set intersect [| inputlookup_all.csv] [| inputlookup_filt.csv] | ...
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

This may do it:

| set intersect [| inputlookup_all.csv] [| inputlookup_filt.csv] | ...
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...