<?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: Forwardeing and Indexing on an Heavy Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253237#M48654</link>
    <description>&lt;P&gt;Well, did you put the settings mentioned in the examples under your existing input stanzas? Have you had a look with btool to see if they are applied? &lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2015 18:08:22 GMT</pubDate>
    <dc:creator>jeffland</dc:creator>
    <dc:date>2015-12-07T18:08:22Z</dc:date>
    <item>
      <title>Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253226#M48643</link>
      <description>&lt;P&gt;Hi at all,&lt;BR /&gt;
I have a Splunk instance indexing some logs.&lt;BR /&gt;
I'd like to continue to use the server for its old job but, at the same time, to use the same server (the same Splunk instance or a different one) to forward another log flow to a different Indexer without local indexing.&lt;BR /&gt;
In other words: I have to locally index some flows and forward to another Indexer a different one.&lt;BR /&gt;
I know that I can configure outputs.conf to forward logs to different indexers, but is it possible to send a flow to another Indexer and locally index other flows?&lt;BR /&gt;
Can I do this with a single Splunk instance or do I have to install another Splunk instance (Universal or Heavy) to forward?&lt;BR /&gt;
Thank you in advance.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 16:49:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253226#M48643</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2015-11-30T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253227#M48644</link>
      <description>&lt;P&gt;You'll need a new instance as you can only have one tcpout stanza per instance and that stanza is where you set indexAndForward.  So yes, but you have to use two Splunk instances.  If you can provide more detail on the situation then better guidance can be given, but I would suggest to use the UF to forward off the log that you don't want to index locally but want to forward remotely.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 17:20:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253227#M48644</guid>
      <dc:creator>ltrand</dc:creator>
      <dc:date>2015-11-30T17:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253228#M48645</link>
      <description>&lt;P&gt;Your single splunk instance can do both at the same time, see &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Index_one_input_locally_and_then_forward_the_remaining_inputs"&gt;here&lt;/A&gt; for docs.&lt;/P&gt;

&lt;P&gt;Basically, you can set up any forwarding and/or indexing settings for each input stanza independently.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 07:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253228#M48645</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-12-01T07:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253229#M48646</link>
      <description>&lt;P&gt;No. You can have more than one tcpout stanza, and you can assign these to different inputs. Also, indexAndForward is not the only setting that governs indexing and forwarding; you can route any input any way you like, its called selective indexing. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Perform_selective_indexing_and_forwarding"&gt;these docs&lt;/A&gt; for more.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 07:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253229#M48646</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-12-01T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253230#M48647</link>
      <description>&lt;P&gt;Thanks for the clarification, I was under the impression that tcpout was a global setting and as such you could only have one.  Selective indexing is a nifty little trick.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 17:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253230#M48647</guid>
      <dc:creator>ltrand</dc:creator>
      <dc:date>2015-12-01T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253231#M48648</link>
      <description>&lt;P&gt;I followed the Docs instructions but I found a problem: logs aren't locally indexed.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;I created a new outputs.conf with the described contents,&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I inserted in my inputs.conf the described lines:&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;_INDEX_AND_FORWARD_ROUTING=local             in local indexed log stanzas&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;_TCP_ROUTING=:9997      in remote indexed logs stanzas&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;but the result is that I don't have local indexing, where cound I search the problem?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:02:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253231#M48648</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T08:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253232#M48649</link>
      <description>&lt;P&gt;in addition: if I put "_INDEX_AND_FORWARD_ROUTING=local" in the default stanza of inputs.conf, my HF locally indexes all the logs also the ones I'd like to only send to the remore Indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:02:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253232#M48649</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T08:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253233#M48650</link>
      <description>&lt;P&gt;Are your settings applied to the proper input stanzas? In the example of the docs, they create a new file monitor. You'll have to apply the settings to your existing inputs.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 13:57:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253233#M48650</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-12-07T13:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253234#M48651</link>
      <description>&lt;P&gt;yes: I inserted in all input stanzas:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt; "_INDEX_AND_FORWARD_ROUTING=local" for locally indexed datas&lt;/LI&gt;
&lt;LI&gt;"_TCP_ROUTING=:9997" or remotely indexed datas
but the situation is that:&lt;/LI&gt;
&lt;LI&gt;my HF doesn't indexes any datas both local and remote datas&lt;/LI&gt;
&lt;LI&gt;if I put "_INDEX_AND_FORWARD_ROUTING=local" in the default input.conf stanza, my HF indexes all the datas (the locally indexed and the ones to send to the remote indexer) and sends the remote datas to the remote indexer.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:04:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253234#M48651</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253235#M48652</link>
      <description>&lt;P&gt;You shouldn't change things in the default configs, neither generally in the files in the default folder (make your changes in the local folder instead) nor in this case in particular under the [default] stanza in inputs.conf.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:17:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253235#M48652</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-12-07T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253236#M48653</link>
      <description>&lt;P&gt;Yes I know it, but I tested many situations to understand why my configuration doesn't work, note that it's the same described in the first example in &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad#Perform_selective_indexing_and_forwarding"&gt;docs&lt;/A&gt;&lt;BR /&gt;
Thanks.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253236#M48653</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2015-12-07T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253237#M48654</link>
      <description>&lt;P&gt;Well, did you put the settings mentioned in the examples under your existing input stanzas? Have you had a look with btool to see if they are applied? &lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:08:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253237#M48654</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-12-07T18:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forwardeing and Indexing on an Heavy Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253238#M48655</link>
      <description>&lt;P&gt;I downvoted this post because this can be done with route and filtering:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/documentation/splunk/6.4.3/forwarding/routeandfilterdatad"&gt;http://docs.splunk.com/documentation/splunk/6.4.3/forwarding/routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 17:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwardeing-and-Indexing-on-an-Heavy-Forwarder/m-p/253238#M48655</guid>
      <dc:creator>mookiie2005</dc:creator>
      <dc:date>2016-09-22T17:59:05Z</dc:date>
    </item>
  </channel>
</rss>

