Getting Data In

How do I search a match a specific source against an input lookup

blueumbrella
New Member

I am attempting to run the below, however I am not getting any results.
source="source.tsv" [|inputlookup appname| fields inputfield AS "field"]

I can search source="source.tsv" and get the fields displayed, and |inputlookup appname| fields inputfield AS "field" and displays fine, but when I attempt to combine them to get a match, I get no results. I understand that this only provides a result when there is a match but I have inserted a field that should trigger a match.

Can anyone please help point me in the right direction?

0 Karma

renjith_nair
Legend

@blueumbrella,

You could use just lookup instead of inputlookup

E.g.

source="source.tsv" |lookup appname  inputfield AS "field"  OUTPUT "your required fields from lookup"
---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...