Splunk Search

use query as a lookup for value

leonardr
New Member

within an index i have Records with a Name and Id and some with just the ID.

sourcetype=A Name="Foo" Id=23
sourcetype=A Name="Blah" Id=24
sourcetype=B Id = 24 Message="Found"
sourcetype=B Id =23 Message="Lost"
sourcetype=B Id=24 Message="Lost"

I am looking to query and get

Name="Foo" Id=23 Message="Lost"
Name="Blah" Id=24 Message="Found"
Name="Blah" Id=24 Message="Lost"

basically wanting to use source a as a lookup i have tried join the syntaxes but no luck

Tags (1)
0 Karma

somesoni2
Revered Legend

Try like this

sourcetype=A OR sourcetype=B | stats values(Name) as Name values(Message) as Message by Id
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...