Splunk Search

How to edit my join search to display all values of a field?

kranthi851
New Member

Hi All,

I'm trying to join two searches. Search A has user and signature. Search B has user and user details. Now I want to join two searches with user as the common field, but some values of signature in the searchA are missing in the final result as they don't have user. Is there any way to see all values of signature in the final table with user "unknown"?

Tags (2)
0 Karma
1 Solution

khreddy
Explorer

instead of
searchA | join user [searchB]

use
searchA | join type=left user [searchB]

By default join means inner join.
It will display only the matching records in searchA and searchB

View solution in original post

0 Karma

khreddy
Explorer

instead of
searchA | join user [searchB]

use
searchA | join type=left user [searchB]

By default join means inner join.
It will display only the matching records in searchA and searchB

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...