<?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 do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501074#M85355</link>
    <description>&lt;P&gt;To get this to work, I had to remove the existing TCP input and add both the tcp-ssl and ssl sections.   &lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2019 15:03:56 GMT</pubDate>
    <dc:creator>scottrunyon</dc:creator>
    <dc:date>2019-11-14T15:03:56Z</dc:date>
    <item>
      <title>How do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501072#M85353</link>
      <description>&lt;P&gt;Our anti-virus application is located in the "cloud" and is sending syslog data to the indexer over TCP port 6514.  The application has the ability to use SSL to encrypt this data.  Looking at previous answers, it looks like I should add [tcp-ssl://6514] to \etc\system\local\inputs.conf.    After modifing the config and changing the remote end to use SSL, I get gibberish like this -&lt;/P&gt;

&lt;P&gt;\x00&amp;#14;\x00&amp;#22;\x00&amp;#11;\x00&amp;#2;&amp;#1;\x00\x00&lt;BR /&gt;
index = avprogram source = tcp:6514 sourcetype = syslog&lt;/P&gt;

&lt;P&gt;When I remove the SSL requirement from the remote end, the data shows up as correct.   It looks to me that I am missing a setting to decrypt the incoming data.  &lt;/P&gt;

&lt;P&gt;Any suggestions on what I need to do? &lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 19:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501072#M85353</guid>
      <dc:creator>scottrunyon</dc:creator>
      <dc:date>2019-10-11T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501073#M85354</link>
      <description>&lt;P&gt;Are you sure the TCP-SSL input is actually running properly? Did you remove the old TCP input config? Sounds like both are still in place and since splunk can only have 1 input on a TCP port, it picks the plain TCP input.&lt;/P&gt;

&lt;P&gt;Try disabling/removing the old TCP input, or run the new input on another port, so you're sure you're troubleshooting the TCP-SSL input.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 08:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501073#M85354</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-10-14T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501074#M85355</link>
      <description>&lt;P&gt;To get this to work, I had to remove the existing TCP input and add both the tcp-ssl and ssl sections.   &lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501074#M85355</guid>
      <dc:creator>scottrunyon</dc:creator>
      <dc:date>2019-11-14T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501075#M85356</link>
      <description>&lt;P&gt;So that solved it? Or you mean you did that already before you encountered this problem of receiving gibberish?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:30:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501075#M85356</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2019-11-14T15:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up inputs.conf to allow for a cloud application to send syslog over a SSL connection?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501076#M85357</link>
      <description>&lt;P&gt;To solve the issue, in inputs.conf&lt;/P&gt;

&lt;P&gt;Removed [tcp://6514] stanza&lt;/P&gt;

&lt;P&gt;Added &lt;BR /&gt;
[tcp-ssl://6514]&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
index = avprogram&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
rootCA = E:\Splunk\etc\auth\cacert.pem&lt;BR /&gt;
serverCert = E:\Splunk\etc\auth\server.pem&lt;BR /&gt;
password = *******************&lt;/P&gt;

&lt;P&gt;Note: I had to add the entire path because this is a Windows system.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 16:13:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-set-up-inputs-conf-to-allow-for-a-cloud-application-to/m-p/501076#M85357</guid>
      <dc:creator>scottrunyon</dc:creator>
      <dc:date>2019-11-14T16:13:35Z</dc:date>
    </item>
  </channel>
</rss>

