<?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: Specific index forwarding to external index tier in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26903#M4475</link>
    <description>&lt;P&gt;I didnt realize but looks like we can filter and forward from indexer to indexer now using forwardedindex whitelist blacklist &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So something like this would work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; [tcpout] defaultGroup =
&amp;gt; indexer_external  disabled = false
&amp;gt; 
&amp;gt; [tcpout:indexer_external]
&amp;gt; indexAndForward = true  disabled =
&amp;gt; false  server = indexer_ip:9997 
&amp;gt; forwardedindex.filter.disable = false 
&amp;gt; forwardedindex.2.whitelist = externalIndexName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Nov 2012 23:20:16 GMT</pubDate>
    <dc:creator>sonicZ</dc:creator>
    <dc:date>2012-11-02T23:20:16Z</dc:date>
    <item>
      <title>Specific index forwarding to external index tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26901#M4473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We have a requirement that certain indexes(SSO and SSO_Summary for this example) in our index cluster send to another external offsite network's splunk forwarder/indexer environment. Can we forward just the "SSO and SSO_Summary" from our index cluster level to this other offsite splunk environment?&lt;/P&gt;

&lt;P&gt;We have specific silos that each Splunk agent / intermediate forwarder &lt;BR /&gt;
cannot talk to other silos intermediate forwarder tiers or end points agents. Because we have these restricted silos, we cannot forward data as easily as some of the standard Splunk examples.&lt;BR /&gt;
(like the data cloning examples)&lt;/P&gt;

&lt;P&gt;So an example silo has Splunk data routing as follows&lt;BR /&gt;
Front end silo: end points(many) -&amp;gt; Intermediate forwarder(pair) -&amp;gt; &lt;BR /&gt;
Back end silo:  end points(many) -&amp;gt; Intermediate forwarder(pair) -&amp;gt; &lt;BR /&gt;
Shared silo  -&amp;gt; index cluster(4 indexers all Front end, back end data forwards to here)&lt;/P&gt;

&lt;P&gt;The only examples i see is forwarding ALL index content or data routing based on events content using regular expressions, how would i just forward specific indexes?&lt;/P&gt;

&lt;P&gt;We would have a VPN in place to do this, just checking if this is possible&lt;BR /&gt;
We are trying to avoid forwarding from the end point agents to the external Splunk environment due to security considerations.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:12:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26901#M4473</guid>
      <dc:creator>sonicZ</dc:creator>
      <dc:date>2020-09-28T12:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Specific index forwarding to external index tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26902#M4474</link>
      <description>&lt;P&gt;I didnt realize but looks like we can filter and forward from indexer to indexer now using forwardedindex whitelist blacklist&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So something like this might work?&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = indexer_external&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;[tcpout:indexer_external] &lt;BR /&gt;
indexAndForward = true&lt;BR /&gt;
disabled = false &lt;BR /&gt;
server = indexer_ip:9997 &lt;BR /&gt;
forwardedindex.filter.disable = false &lt;BR /&gt;
forwardedindex.2.whitelist = externalIndexName&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:12:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26902#M4474</guid>
      <dc:creator>sonicZ</dc:creator>
      <dc:date>2020-09-28T12:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Specific index forwarding to external index tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26903#M4475</link>
      <description>&lt;P&gt;I didnt realize but looks like we can filter and forward from indexer to indexer now using forwardedindex whitelist blacklist &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad#Filter_data_by_target_index&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So something like this would work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;gt; [tcpout] defaultGroup =
&amp;gt; indexer_external  disabled = false
&amp;gt; 
&amp;gt; [tcpout:indexer_external]
&amp;gt; indexAndForward = true  disabled =
&amp;gt; false  server = indexer_ip:9997 
&amp;gt; forwardedindex.filter.disable = false 
&amp;gt; forwardedindex.2.whitelist = externalIndexName
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Nov 2012 23:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26903#M4475</guid>
      <dc:creator>sonicZ</dc:creator>
      <dc:date>2012-11-02T23:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Specific index forwarding to external index tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26904#M4476</link>
      <description>&lt;P&gt;Splunk support confirmed this.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2012 23:20:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/26904#M4476</guid>
      <dc:creator>sonicZ</dc:creator>
      <dc:date>2012-11-02T23:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Specific index forwarding to external index tier</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/563876#M100431</link>
      <description>&lt;P&gt;Doesn't the&amp;nbsp;forwardedindex filter only works for global [tcpout] stanza as per outputs.conf ?&lt;/P&gt;&lt;P&gt;How did you manage to make it work for targetgroup specific stanza ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 23:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Specific-index-forwarding-to-external-index-tier/m-p/563876#M100431</guid>
      <dc:creator>dm1</dc:creator>
      <dc:date>2021-08-18T23:49:50Z</dc:date>
    </item>
  </channel>
</rss>

