<?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 how route data to specific index when we use heavy forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303688#M57330</link>
    <description>&lt;P&gt;I build distributed Splunk Enterprise network the network flow is like below&lt;BR /&gt;
&lt;EM&gt;UF---&amp;gt;HF-------&amp;gt;IDX-----&amp;gt;SH&lt;/EM&gt;&lt;BR /&gt;
In which I monitor a log file using inputs.conf&lt;BR /&gt;
&lt;CODE&gt;[monitor:///var/log/syslog]&lt;BR /&gt;
 disabled = false&lt;BR /&gt;
 index = new_indexer&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I also created a new index in Indexer&lt;/P&gt;

&lt;P&gt;But the log files are not indexing in indexer.&lt;/P&gt;

&lt;P&gt;if I remove the index stanza in inputs.conf file the data is now indexing on the indexer.&lt;/P&gt;

&lt;P&gt;Now here my question&lt;BR /&gt;
How I specify the index to route the data to specific index?&lt;/P&gt;</description>
    <pubDate>Sun, 26 Nov 2017 10:40:57 GMT</pubDate>
    <dc:creator>manikanta66</dc:creator>
    <dc:date>2017-11-26T10:40:57Z</dc:date>
    <item>
      <title>how route data to specific index when we use heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303688#M57330</link>
      <description>&lt;P&gt;I build distributed Splunk Enterprise network the network flow is like below&lt;BR /&gt;
&lt;EM&gt;UF---&amp;gt;HF-------&amp;gt;IDX-----&amp;gt;SH&lt;/EM&gt;&lt;BR /&gt;
In which I monitor a log file using inputs.conf&lt;BR /&gt;
&lt;CODE&gt;[monitor:///var/log/syslog]&lt;BR /&gt;
 disabled = false&lt;BR /&gt;
 index = new_indexer&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I also created a new index in Indexer&lt;/P&gt;

&lt;P&gt;But the log files are not indexing in indexer.&lt;/P&gt;

&lt;P&gt;if I remove the index stanza in inputs.conf file the data is now indexing on the indexer.&lt;/P&gt;

&lt;P&gt;Now here my question&lt;BR /&gt;
How I specify the index to route the data to specific index?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 10:40:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303688#M57330</guid>
      <dc:creator>manikanta66</dc:creator>
      <dc:date>2017-11-26T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: how route data to specific index when we use heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303689#M57331</link>
      <description>&lt;P&gt;What is the index name on the indexer?  Is that the name you’re using in inputs.conf?  &lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 13:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303689#M57331</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-11-26T13:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: how route data to specific index when we use heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303690#M57332</link>
      <description>&lt;P&gt;What is the index name on the indexer?  Is that the name you’re using in inputs.conf?  &lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 13:40:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303690#M57332</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-11-26T13:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: how route data to specific index when we use heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303691#M57333</link>
      <description>&lt;P&gt;Validate that your index name is &lt;STRONG&gt;new_indexer&lt;/STRONG&gt; and not &lt;STRONG&gt;new_index&lt;/STRONG&gt;. &lt;/P&gt;

&lt;P&gt;Otherwise, you need to switch those configurations, and change the inputs to be &lt;STRONG&gt;new_index&lt;/STRONG&gt; on the UF where you have the inputs.conf.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 14:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303691#M57333</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-11-26T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: how route data to specific index when we use heavy forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303692#M57334</link>
      <description>&lt;P&gt;You need to put your &lt;CODE&gt;monitor&lt;/CODE&gt; stanza on the UF node and then make sure that it has &lt;CODE&gt;index=new_index_not_new_indexer&lt;/CODE&gt;.  Then make sure that that same UF has an &lt;CODE&gt;outputs.conf&lt;/CODE&gt; file that points to your indexer tier (OR to your HF tier but preferably not to HF as you probably should not be using an HF tier anyway).  Then restart Splunk on your UF to start sending in.  Your problem is probably that you are confusing &lt;CODE&gt;index&lt;/CODE&gt; (the name of the DB where you data buckets are stored) and &lt;CODE&gt;indexer&lt;/CODE&gt; (the server that has it's own subset of all the &lt;CODE&gt;index&lt;/CODE&gt; data).  There is no &lt;CODE&gt;indexer&lt;/CODE&gt; setting in &lt;CODE&gt;inputs.conf&lt;/CODE&gt;, only &lt;CODE&gt;index&lt;/CODE&gt; settings.  Similarly, there is no &lt;CODE&gt;index&lt;/CODE&gt; setting in &lt;CODE&gt;outputs.conf&lt;/CODE&gt;, only &lt;CODE&gt;indexer&lt;/CODE&gt; settings.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 23:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/how-route-data-to-specific-index-when-we-use-heavy-forwarder/m-p/303692#M57334</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-11-26T23:51:06Z</dc:date>
    </item>
  </channel>
</rss>

