Splunk Search

Is it possible to create an Automatic Lookup with partial match using a wildcard?

DrFedtke
Explorer

HI all,

Is it possible to create an automatic lookup with a partial match?
This means in the lookup table is "user*" and this should automatically match with every log like "user1", "user2"...

Regards,
Caspar

0 Karma

woodcock
Esteemed Legend

You cannot do it if the lookup file contains user but if you add an asterisk to each entry in the lookup file (so that user becomes user*) then you can. See this link for a nearly identical Q&A:

http://answers.splunk.com/answers/52580/can-we-use-wild-characters-in-lookup-table.html

Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...