<?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: Forwarder load balancing over SSL to indexer cluster ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497146#M84763</link>
    <description>&lt;P&gt;Your &lt;CODE&gt;outputs.conf&lt;/CODE&gt; looks fine to me, but I would add indexer acknowledgement to it. Add ** useACK = true ** under your tcpout:LB stanza to look like this:&lt;BR /&gt;
** [tcpout:LB]&lt;BR /&gt;
server = idx2:9998,idx1:9998&lt;BR /&gt;
useACK = true ** &lt;/P&gt;

&lt;P&gt;According to Splunk Docs, &lt;EM&gt;[splunktcp-ssl:####]&lt;/EM&gt; is supposed to be used to receive &lt;STRONG&gt;PARSED&lt;/STRONG&gt; data from a forwarder. Unless you are using a heavy forwarder that is parsing data before sending to your indexers, use &lt;EM&gt;[tcp-ssl:####]&lt;/EM&gt;.  &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Monitornetworkports"&gt;See Section: Configure a TCP input over SSL&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;I am reading conflicting statements about which stanza to use, but I know the &lt;CODE&gt;inputs.conf.spec&lt;/CODE&gt; file states what I mentioned above about [splunktcp-ssl] vs [tcp-ssl]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Other than those changes. Make sure that idx2's inputs.conf matches exactly idx1's inputs.conf (which I am sure you have). I would maybe try running a btool check and see if inputs.conf has any stanza errors. &lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool inputs list --debug&lt;/CODE&gt; on idx1. May I also suggest some strategies mentioned on Splunk Docs &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Security/Troubleshootyouforwardertoindexerauthentication"&gt;Troubleshoot your forwarder to indexer authentication&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2020 20:31:44 GMT</pubDate>
    <dc:creator>13tsavage</dc:creator>
    <dc:date>2020-01-28T20:31:44Z</dc:date>
    <item>
      <title>Forwarder load balancing over SSL to indexer cluster ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497145#M84762</link>
      <description>&lt;P&gt;Currently trying to load balance data from forwarder to indexer cluster ( idx1 &amp;amp; idx2) over ssl .&lt;/P&gt;

&lt;P&gt;So this configuration is correct  at forwarder outputs.conf?&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = LB&lt;/P&gt;

&lt;P&gt;[tcpout:LB]&lt;BR /&gt;
server = idx2:9998,idx1:9998&lt;/P&gt;

&lt;P&gt;clientCrt = XXX&lt;BR /&gt;
sslPassword = XXX&lt;BR /&gt;
sslVerifyServerCert = XXX&lt;/P&gt;

&lt;P&gt;problem statement - already try above configuration but LB happening only on idx2 until I make following change in idx1 inputs.conf &lt;/P&gt;

&lt;H2&gt;here i know that data is not moving over SSL&lt;/H2&gt;

&lt;P&gt;[splunktcp://9998]&lt;BR /&gt;
connection_host = ip&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9998]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[SSL]&lt;BR /&gt;
serverCert = XXX&lt;BR /&gt;
sslPassword = XXX&lt;BR /&gt;
requireClientCert = false&lt;/P&gt;

&lt;P&gt;idx2 inputs.conf&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9998]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
[SSL]&lt;BR /&gt;
serverCert = XXX&lt;BR /&gt;
sslPassword = XXX&lt;BR /&gt;
requireClientCert = false&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 15:31:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497145#M84762</guid>
      <dc:creator>aniketpatil</dc:creator>
      <dc:date>2020-01-28T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder load balancing over SSL to indexer cluster ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497146#M84763</link>
      <description>&lt;P&gt;Your &lt;CODE&gt;outputs.conf&lt;/CODE&gt; looks fine to me, but I would add indexer acknowledgement to it. Add ** useACK = true ** under your tcpout:LB stanza to look like this:&lt;BR /&gt;
** [tcpout:LB]&lt;BR /&gt;
server = idx2:9998,idx1:9998&lt;BR /&gt;
useACK = true ** &lt;/P&gt;

&lt;P&gt;According to Splunk Docs, &lt;EM&gt;[splunktcp-ssl:####]&lt;/EM&gt; is supposed to be used to receive &lt;STRONG&gt;PARSED&lt;/STRONG&gt; data from a forwarder. Unless you are using a heavy forwarder that is parsing data before sending to your indexers, use &lt;EM&gt;[tcp-ssl:####]&lt;/EM&gt;.  &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Data/Monitornetworkports"&gt;See Section: Configure a TCP input over SSL&lt;/A&gt; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;I am reading conflicting statements about which stanza to use, but I know the &lt;CODE&gt;inputs.conf.spec&lt;/CODE&gt; file states what I mentioned above about [splunktcp-ssl] vs [tcp-ssl]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Other than those changes. Make sure that idx2's inputs.conf matches exactly idx1's inputs.conf (which I am sure you have). I would maybe try running a btool check and see if inputs.conf has any stanza errors. &lt;CODE&gt;$SPLUNK_HOME/bin/splunk btool inputs list --debug&lt;/CODE&gt; on idx1. May I also suggest some strategies mentioned on Splunk Docs &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Security/Troubleshootyouforwardertoindexerauthentication"&gt;Troubleshoot your forwarder to indexer authentication&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 20:31:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497146#M84763</guid>
      <dc:creator>13tsavage</dc:creator>
      <dc:date>2020-01-28T20:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder load balancing over SSL to indexer cluster ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497147#M84764</link>
      <description>&lt;P&gt;Thanks for suggest and now it is working .&lt;BR /&gt;
there was no change done within inputs.config as it is working fine with splunktcp-ssl stanza . only change made with outputs.conf&lt;/P&gt;

&lt;P&gt;@13tsavage - thanks for help .&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 06:56:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-load-balancing-over-SSL-to-indexer-cluster/m-p/497147#M84764</guid>
      <dc:creator>aniketpatil</dc:creator>
      <dc:date>2020-01-29T06:56:45Z</dc:date>
    </item>
  </channel>
</rss>

