<?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 send syslog using rsyslog over TCP encrypted with TLS? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/694816#M115435</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have been trying to send logs to a Splunk TCP input using rsyslog but I cannot make it work. I know this is not related to your question but is there any way you can share how you did it ?&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2024 11:28:55 GMT</pubDate>
    <dc:creator>Silah</dc:creator>
    <dc:date>2024-07-31T11:28:55Z</dc:date>
    <item>
      <title>How to send syslog using rsyslog over TCP encrypted with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/639356#M109165</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello All, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Currently a certain application is sending the data to splunk via syslog method(rsyslog) using TCP, so now the application team want to try and send the data using the syslog (rsyslog) over TCP with TLS encryption,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can any one please help me how this can be achieved, and it would be really awesome if anybody can provide leads on any splunk documentation or links available for reference.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 16:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/639356#M109165</guid>
      <dc:creator>im_bharath</dc:creator>
      <dc:date>2023-04-10T16:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to send syslog using rsyslog over TCP encrypted with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/639437#M109180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/247892"&gt;@im_bharath&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There's some information here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports#Configure_an_encrypted_TCP_network_input_over_SSL" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports#Configure_an_encrypted_TCP_network_input_over_SSL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Basically, configure a &lt;STRONG&gt;tcp-ssl&lt;/STRONG&gt; stanza in the &lt;EM&gt;inputs.conf&lt;/EM&gt; file on the receiving Splunk server:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf#TCP:_Transport_Control_Protocol_.28TCP.29_network_inputs" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf#TCP:_Transport_Control_Protocol_.28TCP.29_network_inputs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yeahnah_0-1681167388951.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24858i54F42BC99F4CF12D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yeahnah_0-1681167388951.png" alt="yeahnah_0-1681167388951.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You'll need to put the public SSL/TLS cert for the rsyslog server on the Splunk receiver and configure these too (ensure the certs are readable to the Splunk process).&amp;nbsp; It's likely you'll need to configured the cert parameters under your &lt;STRONG&gt;tcp-ssl&lt;/STRONG&gt; stanza (not the global SSL stanza) for this single TCP TLS port.&amp;nbsp; Ensure the Splunk receiver is restarted once configured too.&lt;BR /&gt;&lt;BR /&gt;Once configured right you should be able to test the Splunk receiving port is configured and listening for incoming encrypted&amp;nbsp; data OK using openssl, e.g.&lt;BR /&gt;&lt;BR /&gt;On a *NIX server&lt;/P&gt;&lt;PRE&gt;splunk$ echo | openssl s_client -connect &amp;lt;splunk receiver&amp;gt;:&amp;lt;port&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;2&amp;gt;/dev/null&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;| openssl x509 -noout -subject -dates&lt;/PRE&gt;&lt;P&gt;Hope this helps to get you started.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 23:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/639437#M109180</guid>
      <dc:creator>yeahnah</dc:creator>
      <dc:date>2023-04-10T23:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to send syslog using rsyslog over TCP encrypted with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/694816#M115435</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have been trying to send logs to a Splunk TCP input using rsyslog but I cannot make it work. I know this is not related to your question but is there any way you can share how you did it ?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 11:28:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/694816#M115435</guid>
      <dc:creator>Silah</dc:creator>
      <dc:date>2024-07-31T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to send syslog using rsyslog over TCP encrypted with TLS?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/694817#M115436</link>
      <description>&lt;P&gt;If you are already receiving syslog on your rsyslog, it's better to send it to splunk using HEC input on Splunk's side and omhttp action on rsyslog's side.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 12:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-syslog-using-rsyslog-over-TCP-encrypted-with-TLS/m-p/694817#M115436</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-07-31T12:08:45Z</dc:date>
    </item>
  </channel>
</rss>

