<?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 Forward data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432344#M95465</link>
    <description>&lt;P&gt;Hello splunkers&lt;/P&gt;

&lt;P&gt;I have indexer clustering environment with 1 master, 2 indexers (peer nodes) and 1 searchead&lt;/P&gt;

&lt;P&gt;I want to send logs from machine with UF to splunk through conf files&lt;/P&gt;

&lt;P&gt;I created new index with repFactor = auto.&lt;/P&gt;

&lt;P&gt;My question is, I specify two indexers or only one in outputs.conf?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 15:15:36 GMT</pubDate>
    <dc:creator>rjfv8205</dc:creator>
    <dc:date>2019-03-14T15:15:36Z</dc:date>
    <item>
      <title>Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432344#M95465</link>
      <description>&lt;P&gt;Hello splunkers&lt;/P&gt;

&lt;P&gt;I have indexer clustering environment with 1 master, 2 indexers (peer nodes) and 1 searchead&lt;/P&gt;

&lt;P&gt;I want to send logs from machine with UF to splunk through conf files&lt;/P&gt;

&lt;P&gt;I created new index with repFactor = auto.&lt;/P&gt;

&lt;P&gt;My question is, I specify two indexers or only one in outputs.conf?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432344#M95465</guid>
      <dc:creator>rjfv8205</dc:creator>
      <dc:date>2019-03-14T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432345#M95466</link>
      <description>&lt;P&gt;You have to specify both Indexers in your outputs.conf and deploy it on each forwarder.&lt;BR /&gt;
For example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:indexers]
server = IDX1:9997,IDX2:9997
useACK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:28:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432345#M95466</guid>
      <dc:creator>damann</dc:creator>
      <dc:date>2019-03-14T15:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432346#M95467</link>
      <description>&lt;P&gt;in outputs you want something like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = my-cluster-peers

[tcpout:my-cluster-peers]
server = my-peer-01:9997,my-peer-02:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:32:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432346#M95467</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-14T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432347#M95468</link>
      <description>&lt;P&gt;@damann thanks for your answers&lt;/P&gt;

&lt;P&gt;What useACK do? It's necessary?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432347#M95468</guid>
      <dc:creator>rjfv8205</dc:creator>
      <dc:date>2019-03-14T15:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432348#M95469</link>
      <description>&lt;P&gt;I would avoid useAck Unless you really need it.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#TCPOUT_SETTINGS"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#TCPOUT_SETTINGS&lt;/A&gt;&lt;BR /&gt;
(right at the bottom)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:35:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432348#M95469</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-14T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432349#M95470</link>
      <description>&lt;P&gt;I just found the option useAck as a Splunk 'Best Practice' in my lecture documents from Cluster Admin...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:41:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432349#M95470</guid>
      <dc:creator>damann</dc:creator>
      <dc:date>2019-03-14T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432350#M95471</link>
      <description>&lt;P&gt;It has benefits - if you really cant afford to ever loose events, but it can cause duplication. It also puts more load on the UFs, and can cause slight delays, but these are probably negligible for most UFs&lt;BR /&gt;
It makes a lot of sense if your network is 'questionable' but if your indexers and forwarders are on a 'good' local network, its probably not necessary. &lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data/m-p/432350#M95471</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2019-03-14T15:47:23Z</dc:date>
    </item>
  </channel>
</rss>

