<?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: Look up table question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68481#M180503</link>
    <description>&lt;P&gt;You might need to add:&lt;/P&gt;

&lt;P&gt;case_sensitive_match = false&lt;/P&gt;

&lt;P&gt;to the transforms.conf stanza for this input.&lt;/P&gt;

&lt;P&gt;The problem with this attribute is it needs to be reset after every splunk_web lookup update/save.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:49:09 GMT</pubDate>
    <dc:creator>lukejadamec</dc:creator>
    <dc:date>2020-09-28T14:49:09Z</dc:date>
    <item>
      <title>Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68478#M180500</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;We have a filed called BOTs  which extracts all the legitimate BOTs (which have +http://.... in the user agent). I want to add the other BOTs into the same field which does not follow the standard user agent format (so they won't have +http://.. format).&lt;/P&gt;

&lt;P&gt;I have a look up table and tried the match_type = WILDCARD(useragent) and then i have in the csv file (Look up file). &lt;BR /&gt;
BOTs       useragent&lt;BR /&gt;
Traverse   Traverse&lt;BR /&gt;
Capture    Capture&lt;BR /&gt;
But i am not getting in the BOTs field. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 22:54:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68478#M180500</guid>
      <dc:creator>xvxt006</dc:creator>
      <dc:date>2013-09-19T22:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68479#M180501</link>
      <description>&lt;P&gt;Assuming your props/transforms is properly configured, your csv file fields will need to include * (one or both sides of the value) in order to wildcard match.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2013 23:37:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68479#M180501</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-09-19T23:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68480#M180502</link>
      <description>&lt;P&gt;I forgot to put asterisk in here but I do have them in my cvs file. But still not seeing them. &lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 02:04:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68480#M180502</guid>
      <dc:creator>xvxt006</dc:creator>
      <dc:date>2013-09-20T02:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68481#M180503</link>
      <description>&lt;P&gt;You might need to add:&lt;/P&gt;

&lt;P&gt;case_sensitive_match = false&lt;/P&gt;

&lt;P&gt;to the transforms.conf stanza for this input.&lt;/P&gt;

&lt;P&gt;The problem with this attribute is it needs to be reset after every splunk_web lookup update/save.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68481#M180503</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68482#M180504</link>
      <description>&lt;P&gt;Thank you. I will try this. Can you elaborate on "it needs to be reset after every splunk_web lookup update/save"&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2013 03:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68482#M180504</guid>
      <dc:creator>xvxt006</dc:creator>
      <dc:date>2013-09-20T03:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68483#M180505</link>
      <description>&lt;P&gt;Hi, i have added that but still i don't see data&lt;/P&gt;

&lt;P&gt;[BOTs]&lt;BR /&gt;
filename = BOTs.csv&lt;BR /&gt;
case_sensitive_match=false&lt;BR /&gt;
match_type = WILDCARD(User_Agent)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:50:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68483#M180505</guid>
      <dc:creator>xvxt006</dc:creator>
      <dc:date>2020-09-28T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68484#M180506</link>
      <description>&lt;P&gt;Do you have a sample of your current lookup file?  It needs to be a comma delimited csv file with wildcard (*).&lt;/P&gt;

&lt;P&gt;To see the output, type in search UI, " | inputlookup BOTs.csv "&lt;/P&gt;

&lt;P&gt;Also, make sure that the lookup file exists in ~/etc/system/lookups/ OR ~/etc/apps/search/lookups/ and has read permission properly set.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68484#M180506</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-09-24T20:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Look up table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68485#M180507</link>
      <description>&lt;P&gt;From Manager&amp;gt;Lookups&amp;gt;Lookup Definitions or Automatic Lookups for this lookup, if you open it, and save it, the case_sensitive_property will go away in transforms.conf.&lt;BR /&gt;
I have found a way to make sure the case_sensitive_match=false is not reset. In transforms.conf add the stanza to the [default] level.  Howver, this will effect all lookups in that transforms.conf&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:50:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Look-up-table-question/m-p/68485#M180507</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2020-09-28T14:50:15Z</dc:date>
    </item>
  </channel>
</rss>

