Splunk Search

Lookup file data in a search string

rashi83
Path Finder

Hi ,

I have following search string , where Username field is extracted using rex command . Now I want to use a lookup file which has field "user" which matches the extracted "Username" field . How can I use lookup commands to match this and get more interested fileds like Office in the search string
index="x"
| rex field=_raw "(?:Users%5C)(?(.*))(?:%5C(local|input))"

0 Karma

vnravikumar
Champion

Hi

Try like

...your query |lookup <<lookupname>> user AS Username OUTPUT Office 
0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...