<?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: How to create a lookup table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521288#M146879</link>
    <description>&lt;P&gt;When I suspect a lookup file is populated by a saved search, I use this CLI command to find it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;find /opt/splunk/etc/apps -name savedsearches.conf -print0 | xargs -r0 grep -i "outputlookup mylookup.csv"&lt;/LI-CODE&gt;&lt;P&gt;Yes, I do give karma to good answers.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 14:31:38 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-09-24T14:31:38Z</dc:date>
    <item>
      <title>How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521134#M146820</link>
      <description>&lt;P&gt;I'm new to Splunk and was wondering how to do a lookup table.&amp;nbsp; So what i'm trying to get is something like a lookup of:&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=_internal* log_level=WARN OR log_level=ERR host=XPxx9* OR host=GPxx7* OR host=fsr*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but instead of listing like 30 of the host names with OR arguments, what's the ideal way to do it? can someone provide examples?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 18:54:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521134#M146820</guid>
      <dc:creator>ngox0061</dc:creator>
      <dc:date>2020-09-23T18:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521148#M146823</link>
      <description>&lt;P&gt;There are a few ways to create a lookup table, depending on your access.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use the CLI to create a CSV file in an app's &lt;FONT face="courier new,courier"&gt;lookups&lt;/FONT&gt; directory&lt;/LI&gt;&lt;LI&gt;Use the Lookup File Editor app to create a new lookup&lt;/LI&gt;&lt;LI&gt;Go to Settings-&amp;gt;Lookups and click "Add new" next to "Lookup table files".&amp;nbsp; Then fill in the form and upload a file.&lt;/LI&gt;&lt;LI&gt;Create a search and save the results using the &lt;FONT face="courier new,courier"&gt;| outputlookup&lt;/FONT&gt; command.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:00:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521148#M146823</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-23T20:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521152#M146825</link>
      <description>&lt;P&gt;I will try and follow your directions and give it a shot.&amp;nbsp; Thanks, richgalloway!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 20:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521152#M146825</guid>
      <dc:creator>ngox0061</dc:creator>
      <dc:date>2020-09-23T20:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521165#M146831</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;outputlookup // i got a simple issue, but, somehow i could not find the solution from my top of my mind.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;lets say i already have a lookup created and working fine(by my old teammate). aftersometime i would like to know how the csv file gets created. when i went to settings--&amp;gt;lookup, i dont see which search query creates the csv file. i think a saved search only uses that outputlookup command and creates that csv file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;this far only my mind works and i am not sure how to proceed further. pls suggest. thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(i have given around 300 karma points so far, received badge for that,.. maybe &lt;EM&gt;you&lt;/EM&gt; also give karma points if a/any post helped you, thx)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 22:40:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521165#M146831</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-23T22:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521288#M146879</link>
      <description>&lt;P&gt;When I suspect a lookup file is populated by a saved search, I use this CLI command to find it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;find /opt/splunk/etc/apps -name savedsearches.conf -print0 | xargs -r0 grep -i "outputlookup mylookup.csv"&lt;/LI-CODE&gt;&lt;P&gt;Yes, I do give karma to good answers.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 14:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521288#M146879</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-24T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521375#M146923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;.. that find command solution is very intelligent(far better than searching splunk settings and the 100 options &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Yes, I do give karma to good answers.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;oops, my signature line is meant for all others/the recent day new members. D&lt;/SPAN&gt;&lt;SPAN&gt;efinitely not for you. in these 5 years i have seen your solutions and i can never say such karma points comments to You. thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(i have given around 300 karma points so far, received badge for that,.. maybe&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;you&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;also should give karma points if a/any post helped you, thx)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 21:47:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521375#M146923</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2020-09-24T21:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521444#M146946</link>
      <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 12:33:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-lookup-table/m-p/521444#M146946</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-09-25T12:33:53Z</dc:date>
    </item>
  </channel>
</rss>

