Splunk Search

create dynamic search from lookup

uddhav
New Member

I have lookup like below:
Class Subclass Keyword
X Y feed*onboard*
z u * health*,hc,rule

I want to search those keywords in main query and want take the events based on keyword search.

I am searching like below:
index=abc
[| inputlookup keyword_sheet| dedup Keyword | fields Keyword | eval summary=split(Keyword,",")|mvcombine summary|rename summary as search|format]

when i am searching like above,I am getting below error in job details
Search: The term 'Keyword=" feed*onboard*" contains a wildcard in the middle of a word or string. This might cause inconsistent results if the characters that the wildcard represents include punctuation.

Any ideas will be appreciated in getting the desired output.

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...