<?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 At which layer lookup works? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443271#M191206</link>
    <description>&lt;P&gt;Hi There,&lt;BR /&gt;
Could anyone help me understand at which Splunk layer lookup works, I mean at input layer, indexer layer or search layer.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Rajeev&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 00:18:36 GMT</pubDate>
    <dc:creator>rajeev_ku</dc:creator>
    <dc:date>2019-08-12T00:18:36Z</dc:date>
    <item>
      <title>At which layer lookup works?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443271#M191206</link>
      <description>&lt;P&gt;Hi There,&lt;BR /&gt;
Could anyone help me understand at which Splunk layer lookup works, I mean at input layer, indexer layer or search layer.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Rajeev&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 00:18:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443271#M191206</guid>
      <dc:creator>rajeev_ku</dc:creator>
      <dc:date>2019-08-12T00:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: At which layer lookup works?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443272#M191207</link>
      <description>&lt;P&gt;Lookups work in the indexer and/or the search layer depending on how your search is written and on what you are looking up from the lookup&lt;/P&gt;

&lt;P&gt;Example:&lt;BR /&gt;
you have a "hostcategory" lookup that has host, category&lt;/P&gt;

&lt;P&gt;if you search: &lt;CODE&gt;index=your_index | lookup hostcategory host OUTPOUT category | stats count by category&lt;/CODE&gt;&lt;BR /&gt;
this will use the lookup in the indexer. &lt;/P&gt;

&lt;P&gt;on the other hand if you search: &lt;CODE&gt;index=your_index | stats count by host | lookup hostcategory host OUTPOUT category &lt;/CODE&gt;&lt;BR /&gt;
this will use the lookup in the search head since its being used after and aggregation function.&lt;/P&gt;

&lt;P&gt;More information from docs:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Knowledge/Aboutlookupsandfieldactions"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Knowledge/Aboutlookupsandfieldactions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 00:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443272#M191207</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2019-08-12T00:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: At which layer lookup works?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443273#M191208</link>
      <description>&lt;P&gt;Lookups are created at search layer&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/Knowledge/Aboutlookupsandfieldactions"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/Knowledge/Aboutlookupsandfieldactions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note - Maintain and Housekeep lookups on a regular basis. It creates bundles on INDEXER servers with huge amount of space. &lt;BR /&gt;
Keep an eye on &lt;STRONG&gt;%SPLUNK_HOME%\var\run\searchpeers (on your INDEXER servers)&lt;/STRONG&gt; which is a reflection of your lookup volumes (created on SEARCH servers)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 01:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/At-which-layer-lookup-works/m-p/443273#M191208</guid>
      <dc:creator>nareshinsvu</dc:creator>
      <dc:date>2019-08-12T01:02:25Z</dc:date>
    </item>
  </channel>
</rss>

