<?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: Lookup Table for all Sourcetype in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103802#M26837</link>
    <description>&lt;P&gt;Just need to select HOST  as Apply To and * in named field as below while &lt;BR /&gt;
Lookups » Automatic lookups » Add new&lt;/P&gt;

&lt;P&gt;No need to edit Props.conf gile&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Neeraj Singh Dhapola&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 22:45:13 GMT</pubDate>
    <dc:creator>NeerajDhapola7</dc:creator>
    <dc:date>2017-04-28T22:45:13Z</dc:date>
    <item>
      <title>Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103797#M26832</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Quick question, in Manager » Lookups » Automatic lookups » Add New &lt;BR /&gt;
on Apply to drop down box, we can select from SOurcetype, source, or host.&lt;BR /&gt;
If I choose any of the choices, can I put * on the sourcetype field. The reason is the lookup table that I created meant for any sourcetype, and any host those are currently indexed by my SPlunk.&lt;BR /&gt;
I tried before it wouldn't do the trick. If possible, do I need to put other character value?&lt;/P&gt;

&lt;P&gt;Please advise on this&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 03:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103797#M26832</guid>
      <dc:creator>marendra</dc:creator>
      <dc:date>2011-05-18T03:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103798#M26833</link>
      <description>&lt;P&gt;The UI will create a stanza which did not work in my testing.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## props.conf
[*]
LOOKUP-all_test = my_test_lookup sourcetype OUTPUTNEW foo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want this lookup to be global I would recommend specifying this property in props.conf without a stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## props.conf
LOOKUP-all_test = my_test_lookup sourcetype OUTPUTNEW foo
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Based on a similar Q/A it is also possible use wildcards in sourcetype &lt;SPEC&gt; for props.conf if you don't want to make the lookup global:  &lt;A href="http://splunk-base.splunk.com/answers/8505/is-it-possible-to-use-wildcards-in-sourcetype-propsconf-stanzas"&gt;wildcards in sourcetypes.conf&lt;/A&gt;&lt;/SPEC&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 03:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103798#M26833</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-05-18T03:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103799#M26834</link>
      <description>&lt;P&gt;Thanks It works. Just delete the [*] and put on top of the props.conf.&lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2011 07:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103799#M26834</guid>
      <dc:creator>marendra</dc:creator>
      <dc:date>2011-05-18T07:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103800#M26835</link>
      <description>&lt;P&gt;A cleaner method may be using [host:*] stanza header.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2011 22:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103800#M26835</guid>
      <dc:creator>gfriedmann</dc:creator>
      <dc:date>2011-06-23T22:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103801#M26836</link>
      <description>&lt;P&gt;I also accomplished similar using [default] as the stanza header.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2013 18:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103801#M26836</guid>
      <dc:creator>ASealey_Nike</dc:creator>
      <dc:date>2013-08-13T18:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup Table for all Sourcetype</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103802#M26837</link>
      <description>&lt;P&gt;Just need to select HOST  as Apply To and * in named field as below while &lt;BR /&gt;
Lookups » Automatic lookups » Add new&lt;/P&gt;

&lt;P&gt;No need to edit Props.conf gile&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Neeraj Singh Dhapola&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 22:45:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-Table-for-all-Sourcetype/m-p/103802#M26837</guid>
      <dc:creator>NeerajDhapola7</dc:creator>
      <dc:date>2017-04-28T22:45:13Z</dc:date>
    </item>
  </channel>
</rss>

