Splunk Enterprise Security

using lookup values as input to variable

vishaltv
Path Finder

Splunk search query :

index="something" | search hostname=variable

  • using lookup file, map the variable value

Please help.

Thanks in advance

0 Karma

woodcock
Esteemed Legend

With a subsearch, like this:

index="something" AND [|inputlookup YourLookupNameHere.csv | table hostname | format]

aberkow
Builder

Are you asking for how to reference a csv based on a variable value? There is a lookup command https://docs.splunk.com/Documentation/Splunk/7.3.2/SearchReference/Lookup#Basic_example that you can use - in this case the syntax would look something like:

base search...
| lookup csvName.csv variable OUTPUT fieldsToOutput

In this case variable is the joining field between the csv and the base search, and you can OUTPUT whatever fields you want from that row (comma separated list).

Does this answer your question?

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...

Wrapping Up Cybersecurity Awareness Month

October might be wrapping up, but for Splunk Education, cybersecurity awareness never goes out of season. ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...