<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic create dynamic search from lookup in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/create-dynamic-search-from-lookup/m-p/399184#M190854</link>
    <description>&lt;P&gt;I have lookup like below:&lt;BR /&gt;
Class Subclass Keyword&lt;BR /&gt;
X        Y               feed*onboard*&lt;BR /&gt;
z         u              * health*,hc,rule&lt;/P&gt;

&lt;P&gt;I want to search those keywords in main query and want take the events based on keyword search.&lt;/P&gt;

&lt;P&gt;I am searching like below:&lt;BR /&gt;
index=&lt;EM&gt;abc&lt;/EM&gt; &lt;BR /&gt;
[| inputlookup keyword_sheet| dedup Keyword | fields Keyword | eval summary=split(Keyword,",")|mvcombine summary|rename summary as search|format]&lt;/P&gt;

&lt;P&gt;when i am searching like above,I am getting below error in job details&lt;BR /&gt;
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.&lt;/P&gt;

&lt;P&gt;Any ideas will be appreciated in getting the desired output.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:23:54 GMT</pubDate>
    <dc:creator>uddhav</dc:creator>
    <dc:date>2020-09-30T01:23:54Z</dc:date>
    <item>
      <title>create dynamic search from lookup</title>
      <link>https://community.splunk.com/t5/Splunk-Search/create-dynamic-search-from-lookup/m-p/399184#M190854</link>
      <description>&lt;P&gt;I have lookup like below:&lt;BR /&gt;
Class Subclass Keyword&lt;BR /&gt;
X        Y               feed*onboard*&lt;BR /&gt;
z         u              * health*,hc,rule&lt;/P&gt;

&lt;P&gt;I want to search those keywords in main query and want take the events based on keyword search.&lt;/P&gt;

&lt;P&gt;I am searching like below:&lt;BR /&gt;
index=&lt;EM&gt;abc&lt;/EM&gt; &lt;BR /&gt;
[| inputlookup keyword_sheet| dedup Keyword | fields Keyword | eval summary=split(Keyword,",")|mvcombine summary|rename summary as search|format]&lt;/P&gt;

&lt;P&gt;when i am searching like above,I am getting below error in job details&lt;BR /&gt;
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.&lt;/P&gt;

&lt;P&gt;Any ideas will be appreciated in getting the desired output.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/create-dynamic-search-from-lookup/m-p/399184#M190854</guid>
      <dc:creator>uddhav</dc:creator>
      <dc:date>2020-09-30T01:23:54Z</dc:date>
    </item>
  </channel>
</rss>

