<?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 SSL and NO-SSL Forwarding in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494327#M84401</link>
    <description>&lt;P&gt;I've tried even this way, but after the deployment, was alway the same.&lt;BR /&gt;
In all the NO-SSL app's input.conf I put&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = default-autolb-group&lt;/P&gt;

&lt;P&gt;and in the SSL one : &lt;/P&gt;

&lt;P&gt;_TCP_ROUTING=splunkindexer-ssl&lt;/P&gt;

&lt;P&gt;but it is always the same.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 03:53:41 GMT</pubDate>
    <dc:creator>fabrizioalleva</dc:creator>
    <dc:date>2020-09-30T03:53:41Z</dc:date>
    <item>
      <title>Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494323#M84397</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I've an enviroment like this:&lt;/P&gt;

&lt;P&gt;1 Search Head Cluester ( 3 servers  ) ;&lt;BR /&gt;
1 Indexers Cluster ( 4 server );&lt;BR /&gt;
1 Deployment Server;&lt;BR /&gt;
1 Cluster Master;&lt;BR /&gt;
1 Heavy Forwarder;&lt;BR /&gt;
and N universal forwarder.&lt;/P&gt;

&lt;P&gt;On each server, of the indexer cluster, I've opened the 9997 port to receive and ingest data.&lt;/P&gt;

&lt;P&gt;I configured the Heavy forwarder to send data to the IDX cluster  through an'APP with an &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
indexerDiscovery = idxc1
useACK = true
autoLBVolume = 65536

[indexer_discovery:idxc1]
master_uri = https://[cm_ip]:8090
pass4SymmKey = **********
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This output is not  SSL and all the data which use this output are ingested from IDX cluster. &lt;/P&gt;

&lt;P&gt;Now I've to send from the same Heavy Forwarder other data but in SSL. So after creating the certificates for Indexers and for the forwarders, after copying the RootCA on each server, I've created an app on the forwarder with an &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl://6514]
disabled = false
sourcetype = syslog
index = ads

[SSL]
serverCert = $SPLUNK_HOME/etc/certs/hforwarder.pem
sslPassword = ***********
requireClientCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and &lt;STRONG&gt;outputs.conf&lt;/STRONG&gt; like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=splunkindexer-ssl

[tcpout:splunkindexer-ssl]
autoLBFrequency = 30
compressed  = false
server  = idx1:9996,idx2:9996,idx3:9996,idx4:9996
clientCert  = $SPLUNK_HOME/etc/certs/splunk.pem
useSSL=true
sslPassword  = ***********
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On the each indexers node I've create an app to open the 9996 port on SSL, with an &lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl://9996]
disabled = false

[SSL]
serverCert = $SPLUNK_HOME/etc/certs/splunk.pem
sslPassword = **********
requireClientCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After deploying this configuration the first flow  through the 9997 doesn't receive any data and not all data are forwarded through 9996.&lt;BR /&gt;
With tcpdump I see the right flow from the source to Heavy Forwarder (6514) , I see some data receveived from the indexer cluster on 9996 but no data where indexed on ads index and on other index.&lt;/P&gt;

&lt;P&gt;So now I ask myself what should be wrong and if a forwarder can support two outputs.conf so configured.&lt;/P&gt;

&lt;P&gt;Any help is appreciated and welcome&lt;BR /&gt;
Fabrizio&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494323#M84397</guid>
      <dc:creator>fabrizioalleva</dc:creator>
      <dc:date>2020-01-22T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494324#M84398</link>
      <description>&lt;P&gt;Why are you sending part of data over SSL and other data on non-SSL from same Heavy Forwarders to same set of Indexers ? If there is requirement to send some data over SSL then I'll send all data over SSL.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 12:55:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494324#M84398</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-01-22T12:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494325#M84399</link>
      <description>&lt;P&gt;Ok, &lt;BR /&gt;
Probably the easiest way is to configure the 9997 port on indexer in SSL, and all the comunication will go over SSL&lt;BR /&gt;
But If I want to configure the other port ? &lt;BR /&gt;
Does the Heavy Forwarder support a configuration like the one I've posted in my question ?&lt;/P&gt;

&lt;P&gt;Fabrizio&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 13:42:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494325#M84399</guid>
      <dc:creator>fabrizioalleva</dc:creator>
      <dc:date>2020-01-22T13:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494326#M84400</link>
      <description>&lt;P&gt;You can configure to send different data on different tcpout stanza but in that case you need to use &lt;CODE&gt;_TCP_ROUTING&lt;/CODE&gt; parameter in inputs.conf&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 14:00:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494326#M84400</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-01-22T14:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494327#M84401</link>
      <description>&lt;P&gt;I've tried even this way, but after the deployment, was alway the same.&lt;BR /&gt;
In all the NO-SSL app's input.conf I put&lt;/P&gt;

&lt;P&gt;_TCP_ROUTING = default-autolb-group&lt;/P&gt;

&lt;P&gt;and in the SSL one : &lt;/P&gt;

&lt;P&gt;_TCP_ROUTING=splunkindexer-ssl&lt;/P&gt;

&lt;P&gt;but it is always the same.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:53:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494327#M84401</guid>
      <dc:creator>fabrizioalleva</dc:creator>
      <dc:date>2020-09-30T03:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494328#M84402</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
in the last days I've succeded in establishing the right comunication between HF and IDX. So now when i bring up the port 9996  all the other forwarding still work fine. &lt;BR /&gt;
Only the one which runs  on 6514 (hf) ---&amp;gt; 9996 (idx_cl ) give me those messagges in metrics.log:&lt;/P&gt;

&lt;P&gt;01-27-2020 14:41:26.012 +0100 INFO  Metrics - group=tcpin_connections, a.b.c.d:40386:6514, connectionType=rawSSL, sourcePort=40386, sourceHost=a.b.c.d, sourceIp=a.b.c.d, destPort=6514, kb=0, _tcp_Bps=0, _tcp_KBps=0, _tcp_avg_thruput=0, _tcp_Kprocessed=0, _tcp_eps=0, _process_time_ms=0, evt_misc_kBps=0, evt_raw_kBps=0, evt_fields_kBps=0, evt_fn_kBps=0, evt_fv_kBps=0, evt_fn_str_kBps=0, evt_fn_meta_dyn_kBps=0, evt_fn_meta_predef_kBps=0, evt_fn_meta_str_kBps=0, evt_fv_num_kBps=0, evt_fv_str_kBps=0, evt_fv_predef_kBps=0, evt_fv_offlen_kBps=0, evt_fv_fp_kBps=0&lt;/P&gt;

&lt;P&gt;Any suggestion? &lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494328#M84402</guid>
      <dc:creator>fabrizioalleva</dc:creator>
      <dc:date>2020-09-30T03:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarder SSL and NO-SSL Forwarding</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494329#M84403</link>
      <description>&lt;P&gt;Hi this is not error message, it is INFO message that source a.b.c.d connected to HF on port 6514 but no events sent (Based on logs you provided)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 21:33:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarder-SSL-and-NO-SSL-Forwarding/m-p/494329#M84403</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-01-28T21:33:13Z</dc:date>
    </item>
  </channel>
</rss>

