<?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: Index data and then forward to another indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92835#M19306</link>
    <description>&lt;P&gt;These indexes are in the blacklist:&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
indexAndForward = true&lt;/P&gt;

&lt;P&gt;[tcpout:indexerB_9997]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = indexerB:9997&lt;BR /&gt;
forwardedindex.filter.disable = false&lt;BR /&gt;
forwardedindex.0.blacklist = index_1&lt;BR /&gt;
forwardedindex.1.blacklist = index_3&lt;BR /&gt;
forwardedindex.2.whitelist = index_2&lt;/P&gt;

&lt;P&gt;Probably something missing or misconfigured? Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:03:01 GMT</pubDate>
    <dc:creator>danielez68</dc:creator>
    <dc:date>2020-09-28T12:03:01Z</dc:date>
    <item>
      <title>Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92829#M19300</link>
      <description>&lt;P&gt;Hi, we have and indexer that receive data from some Univ. Forwarder. Data are stored on different index (IndexA, IndexB, ..) based on Forwarder's index input configuration.&lt;BR /&gt;
Now we need to to add a new index (that receive data from a new group of Forwarder) and then forward from the indexer the same indexed data to another indexer (for another group of people).&lt;/P&gt;

&lt;P&gt;What's the best way to configure it (store and forward)?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2012 16:57:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92829#M19300</guid>
      <dc:creator>danielez68</dc:creator>
      <dc:date>2012-07-06T16:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92830#M19301</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;

&lt;P&gt;Did you want to store &amp;amp; forward ALL data received by Indexer-A to the new indexer (Indexer-B), or just data destined for the new Index (IndexC). There is the indexAndForward option in outputs.conf which will do the first option, but you're going to need to play with data routing;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.3/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;if you want more granular forwarding (the second option).&lt;/P&gt;

&lt;P&gt;Instead of indexing data twice, is putting in a standalone search-head an option for your new users? This would allow you to simplify your design by:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Storing your data in one location (Indexer A)&lt;/LI&gt;
&lt;LI&gt;Apply role based access&lt;/LI&gt;
&lt;LI&gt;Save license quota usage by only indexing data once&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Happy to discuss further &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2012 02:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92830#M19301</guid>
      <dc:creator>rturk</dc:creator>
      <dc:date>2012-07-07T02:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92831#M19302</link>
      <description>&lt;P&gt;Hi R. Turk,&lt;/P&gt;

&lt;P&gt;thanks for response. Our scenario (we are an IT Outsourcer) is to collect data (and store/retain on our indexer for IT/Security Analisys/Compliance) for our customers and than send the same "raw" copy to their indexer (with independent License) managed by them. &lt;BR /&gt;
Our indexer should act as data collector and aggregator (we can't send directly to them with forwarders) and for some customers (not all..) forward/route also the data.  &lt;/P&gt;

&lt;P&gt;We can summarize in this way:&lt;/P&gt;

&lt;P&gt;FWD(1,2,..n) -&amp;gt; IndexerA (Our indexer)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                            (Index1) Local   
                            (Index2) Local + Forward -&amp;gt; IndexerB (Customer1 Indexer)
                            (IndexN) Local
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have tried indexAndForward=true but this forward &lt;STRONG&gt;all&lt;/STRONG&gt; indexes data.&lt;/P&gt;

&lt;P&gt;I have tried (as explained in the Manuals)&lt;BR /&gt;
selectiveIndexing=true &lt;BR /&gt;
and&lt;BR /&gt;
_INDEX_AND_FORWARD_ROUTING=local&lt;BR /&gt;
_TCP_ROUTING=indexerB&lt;BR /&gt;
on the dedicated tcp port on our indexer but we got config error on indexer startup.   &lt;/P&gt;

&lt;P&gt;We don't need to filter or make selective routing at this stage, we "simply" need to forward any indexed data to the destination indexer. Looking around I have not found some sample configuration, so the question here is to understand if the indexer is able to store data in a local index and then forward (or routing) the same data to another indexer. &lt;/P&gt;

&lt;P&gt;Thanks for help and suggestion.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92831#M19302</guid>
      <dc:creator>danielez68</dc:creator>
      <dc:date>2020-09-28T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92832#M19303</link>
      <description>&lt;P&gt;Yup, have a look at Index Filtering in the outputs.conf spec; &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/outputsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jul 2012 14:01:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92832#M19303</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-07-07T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92833#M19304</link>
      <description>&lt;P&gt;Configuration with forwardedindex seems working, the only issue is that at indexer startup some events from blacklisted index still remain forwarded, probably because the filters configuration are not fully loaded ?&lt;/P&gt;

&lt;P&gt;Is there a way to prevent this?&lt;/P&gt;

&lt;P&gt;I need also to override (at indexer level) index declared by the  Univ. forwarder. I have tried to put index=xxxx in the inputs.conf stanza but without results. Or at least reconfigure the index tag in the re-forwarded events.&lt;BR /&gt;
Any suggestion is appeciated. thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 17:47:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92833#M19304</guid>
      <dc:creator>danielez68</dc:creator>
      <dc:date>2012-07-09T17:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92834#M19305</link>
      <description>&lt;P&gt;We still receiving wrong events on destination indexer when the indexer/fwd start like the following:&lt;/P&gt;

&lt;P&gt;received event for unconfigured/disabled index='index_1' with source='source::/logs/aaa_.log' host='host::aaa0000' sourcetype='sourcetype::aaa_sourcetype' (2 missing total) &lt;BR /&gt;
received event for unconfigured/disabled index='index_3' with source='source::/logs/bbb.log' host='host::bbb0000' sourcetype='sourcetype::bbb_sourcetype' (4 missing total)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92834#M19305</guid>
      <dc:creator>danielez68</dc:creator>
      <dc:date>2020-09-28T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92835#M19306</link>
      <description>&lt;P&gt;These indexes are in the blacklist:&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
indexAndForward = true&lt;/P&gt;

&lt;P&gt;[tcpout:indexerB_9997]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = indexerB:9997&lt;BR /&gt;
forwardedindex.filter.disable = false&lt;BR /&gt;
forwardedindex.0.blacklist = index_1&lt;BR /&gt;
forwardedindex.1.blacklist = index_3&lt;BR /&gt;
forwardedindex.2.whitelist = index_2&lt;/P&gt;

&lt;P&gt;Probably something missing or misconfigured? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:03:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92835#M19306</guid>
      <dc:creator>danielez68</dc:creator>
      <dc:date>2020-09-28T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92836#M19307</link>
      <description>&lt;P&gt;Hi Drainy&lt;/P&gt;

&lt;P&gt;Per your first comment inthis post, can you elaborate on how we can do more granular forwarding.&lt;/P&gt;

&lt;P&gt;We have a requirement where we want to forward to another groups indexer some selective indexed data from my groups indexer.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Ramesh S&lt;BR /&gt;
Echostar, Denver&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2013 11:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92836#M19307</guid>
      <dc:creator>rsankar</dc:creator>
      <dc:date>2013-03-19T11:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Index data and then forward to another indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92837#M19308</link>
      <description>&lt;P&gt;It is because the "forwarded index" attributes are only applicable under the global [tcpout] stanza. This filter does not work if it is created any where else&lt;/P&gt;

&lt;P&gt;Your configs should be&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
indexAndForward = true&lt;BR /&gt;
forwardedindex.filter.disable = false&lt;BR /&gt;
forwardedindex.0.blacklist = index_1&lt;BR /&gt;
forwardedindex.1.blacklist = index_3&lt;BR /&gt;
forwardedindex.2.whitelist = index_2&lt;/P&gt;

&lt;P&gt;[tcpout:indexerB_9997]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
server = indexerB:9997&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Index-data-and-then-forward-to-another-indexer/m-p/92837#M19308</guid>
      <dc:creator>abhijitmishra87</dc:creator>
      <dc:date>2020-09-29T11:01:58Z</dc:date>
    </item>
  </channel>
</rss>

