<?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 Re: wildcard in lookup file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/wildcard-in-lookup-file/m-p/55091#M13464</link>
    <description>&lt;P&gt;Did you look into &lt;A href="http://splunk-base.splunk.com/answers/52580/can-we-use-wild-characters-in-lookup-table"&gt;this&lt;/A&gt; Question?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2013 15:50:15 GMT</pubDate>
    <dc:creator>bjoernjensen</dc:creator>
    <dc:date>2013-03-19T15:50:15Z</dc:date>
    <item>
      <title>wildcard in lookup file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/wildcard-in-lookup-file/m-p/55090#M13463</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
My transform file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [taskname]
 REGEX = \b(Task\w+)\b
 FORMAT = taskname::$1

 props.conf
 REPORT-taskname = taskname

 lookup file:
 error, solution
 taskname, abcdef
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;this query works as I want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   "Task*" "exception" | join error [ inputlookup lookupfile.csv | fields error, solution   
   |    rename apperror as taskname ] | table _time, source, taskname, solution
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;however: if I change transforms file like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [taskname]
 REGEX = \b(Task\w+)\b
 FORMAT = taskname::$1
 match_type = WILDCARD(stname)

and in lookup file:

error, solution
taskname*, abcdef
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Above query won't work. the doc says we can use wildcharacter but I am not getting what I am doing wrong. Can someone please help?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2013 23:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/wildcard-in-lookup-file/m-p/55090#M13463</guid>
      <dc:creator>gudavasr</dc:creator>
      <dc:date>2013-03-07T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: wildcard in lookup file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/wildcard-in-lookup-file/m-p/55091#M13464</link>
      <description>&lt;P&gt;Did you look into &lt;A href="http://splunk-base.splunk.com/answers/52580/can-we-use-wild-characters-in-lookup-table"&gt;this&lt;/A&gt; Question?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/wildcard-in-lookup-file/m-p/55091#M13464</guid>
      <dc:creator>bjoernjensen</dc:creator>
      <dc:date>2013-03-19T15:50:15Z</dc:date>
    </item>
  </channel>
</rss>

