Splunk Search

How to check for search string/data present in csv lookuptable and result present or not

akshayinnamuri
Loves-to-Learn Lots

I am looking for something like this as below

I have a seach string = rubi
and want to check this string presence in a lookuptable = metals.csv

Name         date                region
rubi            12122021     abc
diamond  12122022     def
platinum   12122023    ghi


what would be my splunk query to shows the presence of my search string with lookuptable.

I want the result to be something like below

Since in above example rubi is present in metals.csv my result table should look like with an extra column Present and status as Yes

Name  Present
rubi       Yes


If not present say example searchstring=copper and is not present in metals.csv then output table should be
Name      Present
copper      No


Note: I am giving the seachstring in text box of dashboard and want a result table as above

Labels (4)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| eval Name="rubi"
| lookup metals.csv
| eval Present=if(isnull(region),"No","Yes")
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...