<?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: How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194643#M5711</link>
    <description>&lt;P&gt;is your inputs.conf really here: &lt;CODE&gt;C:\Program Files\Splunk\etc\appssearch\local\inputs.conf&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;To set custom configurations, place an inputs.conf in $SPLUNK_HOME/etc/system/local/&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2014 07:12:31 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-08-27T07:12:31Z</dc:date>
    <item>
      <title>How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194640#M5708</link>
      <description>&lt;P&gt;Hi Splunkers, &lt;/P&gt;

&lt;P&gt;I am trying to encrypt my data in lab to learn this feature. I need apply this feature in my financial customer, who have critical data.&lt;BR /&gt;
In this case, I am using default splunk certification to test, located in C:\Program Files\Splunk\etc\auth&lt;/P&gt;

&lt;P&gt;|| Splunk Server Windows 127.0.0.1:9998 || &amp;lt;---DATA ENCRYPTED--- || Universal Forwarder Windows ||&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Universal Forwarder Windows&lt;/STRONG&gt;&lt;BR /&gt;
C:\Program Files\SplunkUniversalForwarder\etc\system\local\outputs.conf&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
compressed = true&lt;BR /&gt;
requireClientCert = false&lt;BR /&gt;
server = 127.0.0.1:9998&lt;BR /&gt;
sslCertPath = C:\Program Files\Splunk\etc\auth\server.pem&lt;BR /&gt;
sslPassword = password&lt;BR /&gt;
sslRootCAPath = C:\Program Files\Splunk\etc\auth\cacert.pem&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Splunk Server&lt;/STRONG&gt; &lt;BR /&gt;
C:\Program Files\Splunk\etc\apps\search\local\inputs.conf&lt;/P&gt;

&lt;P&gt;[splunktcp-ssl:9998]&lt;BR /&gt;
connection_host = ip&lt;BR /&gt;
compressed = true&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
serverCert = C:\Program Files\Splunk\etc\auth\server.pem&lt;BR /&gt;
rootCA = C:\Program Files\Splunk\etc\auth\cacert.pem&lt;BR /&gt;
requireClientCert = false&lt;BR /&gt;
password = password&lt;/P&gt;

&lt;P&gt;When I did a search, I didn't see data in my Splunk.&lt;/P&gt;

&lt;P&gt;Anyone have any idea ?&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 03:54:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194640#M5708</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-08-26T03:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194641#M5709</link>
      <description>&lt;P&gt;Hi dfigurello,&lt;/P&gt;

&lt;P&gt;Did you check &lt;CODE&gt;splunkd.log&lt;/CODE&gt; for any SSL related errors? Did you do some SSL troubleshooting, if you need a hint on that follow this nice answer &lt;A href="http://answers.splunk.com/answers/134053/ciphersuite-in-various-conf-files"&gt;http://answers.splunk.com/answers/134053/ciphersuite-in-various-conf-files&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Regarding the not matching search: is it the correct index? the correct time range? Do you get anything back by using &lt;CODE&gt;| tstats count where host=x&lt;/CODE&gt; or &lt;CODE&gt;| metadata type=hosts&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 06:23:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194641#M5709</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-08-26T06:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194642#M5710</link>
      <description>&lt;P&gt;Hi MuS,&lt;/P&gt;

&lt;P&gt;I ran a search:&lt;BR /&gt;
index=_internal source="C:\Program Files\Splunk\var\log\splunk\splunkd.log" SSL then I found this error event:&lt;/P&gt;

&lt;P&gt;8/26/14 &lt;BR /&gt;
9:00:09.613 AM&lt;BR /&gt;&lt;BR /&gt;
08-26-2014 09:00:09.613 -0300 INFO  TcpInputConfig - SSL clause not found or servercert not provided - SSL ports will not be available&lt;BR /&gt;
host = rpti002 source = C:\Program Files\Splunk\var\log\splunk\splunkd.log sourcetype = splunkd&lt;/P&gt;

&lt;P&gt;8/26/14 &lt;BR /&gt;
9:00:07.644 AM&lt;BR /&gt;&lt;BR /&gt;
08-26-2014 09:00:07.644 -0300 INFO  loader - Server supporting SSL v2/v3&lt;/P&gt;

&lt;P&gt;tks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194642#M5710</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-08-26T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194643#M5711</link>
      <description>&lt;P&gt;is your inputs.conf really here: &lt;CODE&gt;C:\Program Files\Splunk\etc\appssearch\local\inputs.conf&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;To set custom configurations, place an inputs.conf in $SPLUNK_HOME/etc/system/local/&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 07:12:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194643#M5711</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-08-27T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use default certificate ssl to encrypt data between Splunk Server and Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194644#M5712</link>
      <description>&lt;P&gt;Hi MuS,&lt;BR /&gt;
I am sorry to answer too late. I did all configuration in ..\etc\system\local then I restarted splunk and Splunkforwarder. After that, my data was indexed. &lt;/P&gt;

&lt;P&gt;I am very grateful.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-use-default-certificate-ssl-to-encrypt-data-between/m-p/194644#M5712</guid>
      <dc:creator>dfigurello</dc:creator>
      <dc:date>2014-08-29T02:48:03Z</dc:date>
    </item>
  </channel>
</rss>

