<?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: inputs.conf and outputs.conf for SSL encryption in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324310#M60376</link>
    <description>&lt;P&gt;Hi chintan_shah,&lt;BR /&gt;
this is an example that I used:&lt;BR /&gt;
&lt;STRONG&gt;outputs.conf on Forwarders&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout-server://xx.xxx.xxx.xxx:9997]
[tcpout-server://yy.yyy.yyy.yyy:9997]

[tcpout:default-autolb-group]
server = xx.xxx.xxx.xxx:9997, yy.yyy.yyy.yyy:9997
disabled=false
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
sslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pem
sslVerifyServerCert = false
useACK=true
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf on Indexers&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
serverCert = $SPLUNK_HOME/etc/auth/server.pem
password = password
requireClientCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is a default configuration that you can modify following &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Security/AboutsecuringyourSplunkconfigurationwithSSL"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Security/AboutsecuringyourSplunkconfigurationwithSSL&lt;/A&gt; .&lt;BR /&gt;
Obvioulsy change password!&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2017 07:33:58 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-10-24T07:33:58Z</dc:date>
    <item>
      <title>inputs.conf and outputs.conf for SSL encryption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324308#M60374</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Can someone share with me the recent  inputs &amp;amp; outputs conf file for SSL encryption? I am having some trouble for securing the connection between forwarder and indexer.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 22:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324308#M60374</guid>
      <dc:creator>chintan_shah</dc:creator>
      <dc:date>2017-10-23T22:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf and outputs.conf for SSL encryption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324309#M60375</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/397/how-to-configure-ssl-for-forwarding-and-receiving-data.html"&gt;https://answers.splunk.com/answers/397/how-to-configure-ssl-for-forwarding-and-receiving-data.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;just look at this answer, hope it helps.&lt;/P&gt;

&lt;P&gt;Please let me know if this solution does not fit you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 03:40:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324309#M60375</guid>
      <dc:creator>kunalmao</dc:creator>
      <dc:date>2017-10-24T03:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: inputs.conf and outputs.conf for SSL encryption</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324310#M60376</link>
      <description>&lt;P&gt;Hi chintan_shah,&lt;BR /&gt;
this is an example that I used:&lt;BR /&gt;
&lt;STRONG&gt;outputs.conf on Forwarders&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout-server://xx.xxx.xxx.xxx:9997]
[tcpout-server://yy.yyy.yyy.yyy:9997]

[tcpout:default-autolb-group]
server = xx.xxx.xxx.xxx:9997, yy.yyy.yyy.yyy:9997
disabled=false
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem
sslPassword = password
sslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pem
sslVerifyServerCert = false
useACK=true
disabled = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf on Indexers&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SSL]
serverCert = $SPLUNK_HOME/etc/auth/server.pem
password = password
requireClientCert = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is a default configuration that you can modify following &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.0/Security/AboutsecuringyourSplunkconfigurationwithSSL"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.0/Security/AboutsecuringyourSplunkconfigurationwithSSL&lt;/A&gt; .&lt;BR /&gt;
Obvioulsy change password!&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 07:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/inputs-conf-and-outputs-conf-for-SSL-encryption/m-p/324310#M60376</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-24T07:33:58Z</dc:date>
    </item>
  </channel>
</rss>

