<?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: Where should we upload a file to index the data in an indexer cluster? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308011#M11666</link>
    <description>&lt;P&gt;We have a cluster of 3 Search Heads.  Does the same still apply.  Do we load the file to one of the 3 and index from there?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Feb 2019 01:10:12 GMT</pubDate>
    <dc:creator>davidmills</dc:creator>
    <dc:date>2019-02-22T01:10:12Z</dc:date>
    <item>
      <title>Where should we upload a file to index the data in an indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308007#M11662</link>
      <description>&lt;P&gt;We are using clustered environment with multiple indexers and single Search head. I want to upload a file which needs to be indexed in all the indexers. Where should I upload it SearchHead or Cluster Master to reflect in all the indexers? &lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 21:13:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308007#M11662</guid>
      <dc:creator>rangineniarunku</dc:creator>
      <dc:date>2017-07-14T21:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we upload a file to index the data in an indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308008#M11663</link>
      <description>&lt;P&gt;I would recommend you upload form the search head, but you need to ensure you confirm that the search head is configured with an ouputs.conf and is forwarding to the indexers. It is best practice, that all your splunk instances other than indexers* have a outputs.conf and forward their logs or any data uploaded to the indexers. &lt;/P&gt;

&lt;P&gt;You can read the following article and think of your search head as a "Heavy Forwarder":&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Forwarding/Deployaheavyforwarder"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Forwarding/Deployaheavyforwarder&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;As long as you have an outputs.conf on the search head, uploading form there will be fine. &lt;/P&gt;

&lt;P&gt;Now, when you upload the file, it will be sent to ONE indexer, indexed, and replicated based on your Replication Factor/Search Factor in the cluster. &lt;/P&gt;

&lt;P&gt;When you say "all indexers", do really mean every single indexer? Are we talking about a file that needs to be indexed? or a file that needs to be provided to each indexer...Because if it's the later, you simply need to send the file to the indexers in an app from the Cluster Master by pushing a cluster bundle. &lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Indexer/Updatepeerconfigurations&lt;/A&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;there are certain scenarios where indexers might have outputs to 3rd party systems but thats beyond the scope of this answer&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Jul 2017 22:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308008#M11663</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-14T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we upload a file to index the data in an indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308009#M11664</link>
      <description>&lt;P&gt;I want to upload a file that needs to be indexed and make sure it available in all the indexers as we are using clustered environment.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 05:05:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308009#M11664</guid>
      <dc:creator>rangineniarunku</dc:creator>
      <dc:date>2017-07-15T05:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we upload a file to index the data in an indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308010#M11665</link>
      <description>&lt;P&gt;The follow the first part of my answer above and add the data from the Search Head. &lt;/P&gt;

&lt;P&gt;The Cluster will ensure the data is replicated accordingly. &lt;/P&gt;</description>
      <pubDate>Sat, 15 Jul 2017 17:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308010#M11665</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-07-15T17:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Where should we upload a file to index the data in an indexer cluster?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308011#M11666</link>
      <description>&lt;P&gt;We have a cluster of 3 Search Heads.  Does the same still apply.  Do we load the file to one of the 3 and index from there?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 01:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Where-should-we-upload-a-file-to-index-the-data-in-an-indexer/m-p/308011#M11666</guid>
      <dc:creator>davidmills</dc:creator>
      <dc:date>2019-02-22T01:10:12Z</dc:date>
    </item>
  </channel>
</rss>

