<?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 distribute lookup tables in an indexer clustering environment? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238235#M70771</link>
    <description>&lt;P&gt;THANKS! This is exactly what I wanted as an answer.&lt;BR /&gt;
Sadly I'm not able to accept comments as answers, only full postings &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2016 15:23:51 GMT</pubDate>
    <dc:creator>horsefez</dc:creator>
    <dc:date>2016-01-20T15:23:51Z</dc:date>
    <item>
      <title>How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238228#M70764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have an environment consisting of two Indexers (clustered), one search head and one master node. I already read about distributing changes in the environment over the cluster-bundle function. &lt;BR /&gt;
Now I want to add lookup tables. &lt;/P&gt;

&lt;P&gt;Do I need to configure and upload the files on the master node?&lt;BR /&gt;
Can I distribute the lookup files/definitions via cluster-bundle?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;

&lt;P&gt;Kind regards, &lt;BR /&gt;
pyro_wood&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 11:24:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238228#M70764</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-01-19T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238229#M70765</link>
      <description>&lt;P&gt;hi pyro_wood,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;Search head&lt;/CODE&gt; pooling makes all files in $SPLUNK_HOME/etc/{apps,users} available for sharing. This includes *.conf files, *.meta files, view files, search scripts, &lt;CODE&gt;lookup tables&lt;/CODE&gt;, etc&lt;/P&gt;

&lt;P&gt;for more informations, follow this link:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/DistSearch/Configuresearchheadpooling"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/DistSearch/Configuresearchheadpooling&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 12:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238229#M70765</guid>
      <dc:creator>gyslainlatsa</dc:creator>
      <dc:date>2016-01-19T12:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238230#M70766</link>
      <description>&lt;P&gt;as you don not have a DS(deployment server). &lt;BR /&gt;
you Can use cluster-bundle  to distribute the lookup-files/definitions.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238230#M70766</guid>
      <dc:creator>fdi01</dc:creator>
      <dc:date>2016-01-19T13:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238231#M70767</link>
      <description>&lt;P&gt;So, I do need to add lookup-files on the master-node first right?&lt;/P&gt;

&lt;P&gt;I heard about the option to import lookup-tables onto a search head and then distribute. Is this a valid option, too?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 13:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238231#M70767</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-01-19T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238232#M70768</link>
      <description>&lt;P&gt;Cluster-bundle will deploy those configurations to your Peers, not to your Search Head. To do that, use Deployment Server.&lt;/P&gt;

&lt;P&gt;Edit: May I ask why do you want to deploy lookups to your Peers ?  Search time configurations, including lookup tables go on the search head and the search head only.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:12:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238232#M70768</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-19T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238233#M70769</link>
      <description>&lt;P&gt;I thought lookuptables need to be stored on the same peers as the data resides.&lt;/P&gt;

&lt;P&gt;So I thought i need to upload and configure lookuptables on the master-node to then distribute them to the indexers. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 10:50:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238233#M70769</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-01-20T10:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238234#M70770</link>
      <description>&lt;P&gt;You wont need to, just drop them in your search head.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 13:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238234#M70770</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-20T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238235#M70771</link>
      <description>&lt;P&gt;THANKS! This is exactly what I wanted as an answer.&lt;BR /&gt;
Sadly I'm not able to accept comments as answers, only full postings &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 15:23:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238235#M70771</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-01-20T15:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238236#M70772</link>
      <description>&lt;P&gt;Cool then &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;Dont worry about it!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238236#M70772</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-20T20:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238237#M70773</link>
      <description>&lt;P&gt;FYI - SH Pooling is deprecated functionality - it still works, but it's not supported. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:36:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238237#M70773</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-01-20T20:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238238#M70774</link>
      <description>&lt;P&gt;Lookup tables typically live on your search head. Since you have a single search head (and not a search head cluster), and you want to push your lookup to the indexers, your best option would be to use a replicated KV store.&lt;/P&gt;

&lt;P&gt;Take a look at these docs:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://dev.splunk.com/view/SP-CAAAEZQ"&gt;http://dev.splunk.com/view/SP-CAAAEZQ&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://dev.splunk.com/view/SP-CAAAEZJ#replication"&gt;http://dev.splunk.com/view/SP-CAAAEZJ#replication&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 20 Jan 2016 20:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238238#M70774</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-01-20T20:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238239#M70775</link>
      <description>&lt;P&gt;Just converted your comment to an answer @alemarzu &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; cheers!&lt;/P&gt;

&lt;P&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 21:50:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238239#M70775</guid>
      <dc:creator>ppablo</dc:creator>
      <dc:date>2016-01-20T21:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to distribute lookup tables in an indexer clustering environment?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238240#M70776</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 12:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-distribute-lookup-tables-in-an-indexer-clustering/m-p/238240#M70776</guid>
      <dc:creator>alemarzu</dc:creator>
      <dc:date>2016-01-21T12:19:01Z</dc:date>
    </item>
  </channel>
</rss>

