<?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 How to configure my splunk app to get data over SSL ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85793#M17832</link>
    <description>&lt;P&gt;How to configure my splunk app to get data over SSL ?&lt;/P&gt;

&lt;P&gt;I am trying to generate reports based on the logs generated by Barracuda Web application firewall . The Barracuda appliance is configured to send the logs to my splunk instance through SSL connection type. Then how to configure my splunk app to get the data ?&lt;/P&gt;

&lt;P&gt;Thanks...&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jun 2012 09:19:20 GMT</pubDate>
    <dc:creator>ranjyotiprakash</dc:creator>
    <dc:date>2012-06-28T09:19:20Z</dc:date>
    <item>
      <title>How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85793#M17832</link>
      <description>&lt;P&gt;How to configure my splunk app to get data over SSL ?&lt;/P&gt;

&lt;P&gt;I am trying to generate reports based on the logs generated by Barracuda Web application firewall . The Barracuda appliance is configured to send the logs to my splunk instance through SSL connection type. Then how to configure my splunk app to get the data ?&lt;/P&gt;

&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 09:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85793#M17832</guid>
      <dc:creator>ranjyotiprakash</dc:creator>
      <dc:date>2012-06-28T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85794#M17833</link>
      <description>&lt;P&gt;Hi ranjyotiprakash, &lt;/P&gt;

&lt;P&gt;The first question is how are you planning on forwarding the data into Splunk?  Is it via syslog?  You mention "The Barracuda appliance is configured to send the logs to my splunk instance through SSL connection type"  Does this mean you already set it up?  &lt;/P&gt;

&lt;P&gt;I did some digging around and it looks like the Barracuda supports Syslog over SSL.  You would have to configure your syslog receiver (Rsyslog, Syslog-ng) that is running on a dedicated syslog collector or the splunk indexer itself to receive via SSL.  One you start receiving data via syslog over ssl you can then decide to forward the data to an indexer or index the data directly on the indexer.  &lt;/P&gt;

&lt;P&gt;See: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Data/Configureyourinputs"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Data/Configureyourinputs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 17:55:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85794#M17833</guid>
      <dc:creator>dondky</dc:creator>
      <dc:date>2012-06-28T17:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85795#M17834</link>
      <description>&lt;P&gt;Hi dondky,&lt;/P&gt;

&lt;P&gt;Thanks for your reply.The Barracuda Web application Firewall is having three options available as connection type through which we can configure a syslog server on web application firewall. They  are - UDP, TCP and SSL. For UDP and TCP, I configured the inputs.conf of my app as :&lt;/P&gt;

&lt;P&gt;[udp://514]&lt;BR /&gt;
connection_host = none&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[tcp://514]&lt;BR /&gt;
connection_host = none&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;But, If I choose the SSL option as the connection type for the syslog server. In that case, what should be the work around to get the data to my splunk setup ?&lt;BR /&gt;
Thanks..&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 05:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85795#M17834</guid>
      <dc:creator>ranjyotiprakash</dc:creator>
      <dc:date>2012-06-29T05:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85796#M17835</link>
      <description>&lt;P&gt;Have a look at the docs for inputs.conf. &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Admin/Inputsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Specifically, there's the &lt;CODE&gt;tcp-ssl&lt;/CODE&gt; input type that will receive data over an SSL connection. Also have a look at the &lt;CODE&gt;SSL&lt;/CODE&gt; stanza for additional settings for SSL inputs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl:&amp;lt;port&amp;gt;]
* Use this stanza type if you are receiving encrypted, unparsed data from a forwarder or third-party system.
* Set &amp;lt;port&amp;gt; to the port on which the forwarder/third-party system is sending unparsed, encrypted data.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Jun 2012 06:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85796#M17835</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-06-29T06:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85797#M17836</link>
      <description>&lt;P&gt;Following on Ayn's posting here...there is more detail about the configuration of inputs.conf and outputs.conf in the Securing Splunk Manual: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/Security/Aboutsecuringdatafromforwarders"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/Security/Aboutsecuringdatafromforwarders&lt;/A&gt; .&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2012 15:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85797#M17836</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-06-29T15:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure my splunk app to get data over SSL ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85798#M17837</link>
      <description>&lt;P&gt;After checking splunkd.log and a little troubleshooting, I was able to get the tcp-ssl port to listen and receive ssl encrypted traffic from a third party device.  I used the following steps:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Generate certs:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mkdir /opt/splunk/etc/certs
export OPENSSL_CONF=/opt/splunk/openssl/openssl.cnf
/opt/splunk/bin/genRootCA.sh -d /opt/splunk/etc/certs

/opt/splunk/bin/genSignedServerCert.sh -d /opt/splunk/etc/certs -n splunk -c splunk -p
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;**Note:  It will ask you to enter a password&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;In inputs.conf, I used the following:&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp-ssl://6514]
Sourcetype = &amp;lt;your source type here&amp;gt;

[SSL]
rootCA = $SPLUNK_HOME/etc/certs/cacert.pem
serverCERT = $SPLUNK_HOME/etc/certs/splunk.pem
password = &amp;lt;The password that was used in the genSignedServerCert&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You may want to use netstat -an | grep :6514 to make sure the port is listening after a restart.  If not, check /opt/splunk/var/log/splunkd/splunkd.log again for errors.  Hope that helps!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Aug 2016 20:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-my-splunk-app-to-get-data-over-SSL/m-p/85798#M17837</guid>
      <dc:creator>TonyLeeVT</dc:creator>
      <dc:date>2016-08-20T20:43:24Z</dc:date>
    </item>
  </channel>
</rss>

