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
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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