<?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: system sslPassword not hashing in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39142#M7267</link>
    <description>&lt;P&gt;I am using a deployment server. I merely showed the resulting forwarder.  Ideally I would be able to use the DS to push the cert info but the result is that the deployed app will not have a hashed password value after restart.  I do understand config file precedence in the sense that I undersand the more specific wins over the more general (app vs system).&lt;/P&gt;

&lt;P&gt;Does that help clarify? Sorry if my prior post was unclear.  Thanks for your help on this.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Feb 2013 17:43:23 GMT</pubDate>
    <dc:creator>sloshburch</dc:creator>
    <dc:date>2013-02-21T17:43:23Z</dc:date>
    <item>
      <title>system sslPassword not hashing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39140#M7265</link>
      <description>&lt;P&gt;My universal fowarders are not hashing the sslPassword file stored at the etc/system location after restart.  Instead, the hash is being created in a new outputs.conf in the SplunkUniversalForwarder local folder but still leaving the unhashed value in the etc/system/local/outputs.conf.  I specifically moved the ssl config to etc/system because of the limitation of apps being unable to hash the sslPassword attribute.&lt;/P&gt;

&lt;P&gt;Please help me make sure my sslPassword is hashed?&lt;/P&gt;

&lt;P&gt;Config highlights:&lt;BR /&gt;
This is the file after a restart:&lt;BR /&gt;
/opt/splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;
&lt;CODE&gt;[tcpout]&lt;BR /&gt;
defaultGroup = splunk&lt;BR /&gt;
sslCertPath = $SPLUNK_HOME/etc/auth/server.pem&lt;BR /&gt;
sslPassword = password&lt;BR /&gt;
sslRootCAPath = $SPLUNK_HOME/etc/auth/cacert.pem&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;(pulled from deployment server)&lt;BR /&gt;
/opt/splunkforwarder/etc/apps/forwardingPropsToProdSplunk/default&lt;BR /&gt;
&lt;CODE&gt;[tcpout:splunk]&lt;BR /&gt;
server = &amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt; #Replaced for posting in this forum&lt;BR /&gt;
forwardedindex.0.whitelist = _internal&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This is what is generated:&lt;BR /&gt;
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/local/outputs.conf &lt;BR /&gt;
&lt;CODE&gt;[tcpout]&lt;BR /&gt;
dnsResolutionInterval = 300&lt;BR /&gt;
sslPassword = $1$wlv2PW4J2Hah&lt;BR /&gt;
useClientSSLCompression = true&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 14:45:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39140#M7265</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2013-02-21T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: system sslPassword not hashing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39141#M7266</link>
      <description>&lt;P&gt;I am sorry I confused as to why you are not using deployment server to deploy an app with all those settings.  Also do you under stand config file precedence?  I am currently doing what you want I'd be happy to detail its lay out.  I also think I know why your password is not hashing correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 17:34:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39141#M7266</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2013-02-21T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: system sslPassword not hashing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39142#M7267</link>
      <description>&lt;P&gt;I am using a deployment server. I merely showed the resulting forwarder.  Ideally I would be able to use the DS to push the cert info but the result is that the deployed app will not have a hashed password value after restart.  I do understand config file precedence in the sense that I undersand the more specific wins over the more general (app vs system).&lt;/P&gt;

&lt;P&gt;Does that help clarify? Sorry if my prior post was unclear.  Thanks for your help on this.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2013 17:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39142#M7267</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2013-02-21T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: system sslPassword not hashing</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39143#M7268</link>
      <description>&lt;P&gt;It turns out that the sslPassword can only be hashed when it is in an outputs.conf in a local folder.&lt;/P&gt;

&lt;P&gt;Support believes that the following two statements in the outputs.conf documentation are incorrect (but they are looking into it to be sure):&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Starting with 4.2, the [tcpout]
stanza is no longer required.&lt;/LI&gt;
&lt;LI&gt;Starting with 4.2, this attribute is
no longer required.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I was able to put the sslPassword in the outputs file in the local folder of an app that I use to specify the indexer and ssl configuration and the sslPassword autohash on the forwarders side when the forwarder restarted.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 20:25:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/system-sslPassword-not-hashing/m-p/39143#M7268</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2013-03-12T20:25:17Z</dc:date>
    </item>
  </channel>
</rss>

