<?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: Can we distribute data inputs in splunk? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293806#M21409</link>
    <description>&lt;P&gt;I believe you have a misunderstood the purpose of the cluster master.&lt;BR /&gt;
It is not purposed to deliver events into the indexers, but only to manager their settings.&lt;/P&gt;

&lt;P&gt;To deliver events (forward events), you would need to set up a forwarder machine.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Having said that, it is technically possible to use a cluster master and a heavy forwarder on the same splunk instance, but it's not recommended.&lt;BR /&gt;
Configure your cluster master to forward into the indexers as described here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Forwardmasterdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Forwardmasterdata&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2017 12:34:23 GMT</pubDate>
    <dc:creator>ehudb</dc:creator>
    <dc:date>2017-02-10T12:34:23Z</dc:date>
    <item>
      <title>Can we distribute data inputs in splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293802#M21405</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have set up Index peering cluster, where one node is index cluster master and rest two nodes are peer nodes.&lt;BR /&gt;
Index has been successfully pushed and distributed among the peers.&lt;BR /&gt;
Now I have added data input in one of the peer index node, now if i try to search it, is not visible ..on the other hand if i add data input in Index cluster manager (master) node , the data is visible on the search result?&lt;/P&gt;

&lt;P&gt;Is it possible to distribute the data input to the peers? Or the data should always be pushed to Index master? &lt;/P&gt;

&lt;P&gt;Please clear my concept.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Krimesh&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 06:25:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293802#M21405</guid>
      <dc:creator>shahk</dc:creator>
      <dc:date>2017-02-10T06:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can we distribute data inputs in splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293803#M21406</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;if you use a master, you should only distribute your settings via the master server (usually $SPLUNK_HOME/etc/master-apps/). Because if you place your settings in one indexer manually, it will not get replicated to the other indexers.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293803#M21406</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-02-10T12:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can we distribute data inputs in splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293804#M21407</link>
      <description>&lt;P&gt;First of all I would recommend to read this doc:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Basicclusterarchitecture"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Basicclusterarchitecture&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The concept goes like this:&lt;/P&gt;

&lt;P&gt;Splunk has 3 main layers in its architecture: &lt;BR /&gt;
Search&lt;BR /&gt;
Index&lt;BR /&gt;
Forward&lt;/P&gt;

&lt;P&gt;Each layer can have 1 machine or many machines.&lt;BR /&gt;
1 Machine approach:&lt;/P&gt;

&lt;P&gt;1 Search head&lt;BR /&gt;
1 Indexer&lt;BR /&gt;
1 Forwarder&lt;/P&gt;

&lt;P&gt;Multiple machines in the search layer:&lt;BR /&gt;
x Search heads in search head cluster (+deployer)&lt;BR /&gt;
1 Indexer&lt;BR /&gt;
1 Forwarder&lt;/P&gt;

&lt;P&gt;Multiple machines in the indxer layer:&lt;BR /&gt;
1 Search head&lt;BR /&gt;
x indexers in indexer cluster (+cluster master)&lt;BR /&gt;
1 Forwarder&lt;/P&gt;

&lt;P&gt;And so on...&lt;/P&gt;

&lt;H2&gt;Search configuration&lt;/H2&gt;

&lt;P&gt;You need to set up a Search head and configure it within the Indexer Cluster, as a Search head.&lt;BR /&gt;
That way, the search head will search in all indexes in the cluster peers.&lt;/P&gt;

&lt;P&gt;Configuration of search head in Indexer Cluster:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Enablethesearchhead"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Enablethesearchhead&lt;/A&gt;&lt;/P&gt;

&lt;H2&gt;Forwarder configuration&lt;/H2&gt;

&lt;P&gt;If you would like the indexers in the cluster to balance the arriving data between each other,  you need to setup a forwarder that sends the data to both of them in a load-balance manner.&lt;/P&gt;

&lt;P&gt;Configuration of load balance forward.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Forwarder/6.5.1/Forwarder/Configureloadbalancing"&gt;http://docs.splunk.com/Documentation/Forwarder/6.5.1/Forwarder/Configureloadbalancing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:15:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293804#M21407</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2017-02-10T12:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can we distribute data inputs in splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293805#M21408</link>
      <description>&lt;P&gt;Thanks ehudb,&lt;/P&gt;

&lt;P&gt;Here is what I have done and now what I want to achieve.&lt;/P&gt;

&lt;P&gt;I created Index file in master index under $splunk_home/etc/master_apps and distrbuted among the peers.&lt;BR /&gt;
Now I have created a normal file with content  for Files &amp;amp; Directories data input. And I have created data input file in master. No I am able to see the contents of the file in master index search head.&lt;/P&gt;

&lt;P&gt;But if I try to search same in Index peers , it is not visible. Ideally since the data is processed in peer index shouldnt it be viisble in peer index also.&lt;/P&gt;

&lt;P&gt;So here my doubt is , if I want forward my log to splunk index master , will not it be visible in peers. And also is there anyway I can check whether the data is being processed by which indx peers?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Krimesh&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:49:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293805#M21408</guid>
      <dc:creator>shahk</dc:creator>
      <dc:date>2020-09-29T12:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can we distribute data inputs in splunk?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293806#M21409</link>
      <description>&lt;P&gt;I believe you have a misunderstood the purpose of the cluster master.&lt;BR /&gt;
It is not purposed to deliver events into the indexers, but only to manager their settings.&lt;/P&gt;

&lt;P&gt;To deliver events (forward events), you would need to set up a forwarder machine.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;Having said that, it is technically possible to use a cluster master and a heavy forwarder on the same splunk instance, but it's not recommended.&lt;BR /&gt;
Configure your cluster master to forward into the indexers as described here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Forwardmasterdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Indexer/Forwardmasterdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 12:34:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-we-distribute-data-inputs-in-splunk/m-p/293806#M21409</guid>
      <dc:creator>ehudb</dc:creator>
      <dc:date>2017-02-10T12:34:23Z</dc:date>
    </item>
  </channel>
</rss>

