<?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 convert HEC to SSL? (HTTP to HTTPS) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/710116#M117293</link>
    <description>&lt;P&gt;Actually, this is not entirely true.&lt;/P&gt;&lt;P&gt;1. With HEC the "basic" form of... well, it's not even authentication as such since the token is not very secret and is often used by many different sources, is a HEC token.&lt;/P&gt;&lt;P&gt;2. Additionally, you can limit source IPs from which the HTTP input accepts connections (the acceptFrom setting)&lt;/P&gt;&lt;P&gt;3. If you have TLS enabled you can use requireClientCert option to require the client to present a valid cert. By default this option is disabled so HEC can accept TLS connection from anyone (possibly with exception for clients not meeting the defined sslVersions or cipher suites).&lt;/P&gt;&lt;P&gt;4. Additionally to 3. you can limit accepted clients to only those presenting clients containing either sslCommonNameToCheck values or sslAltNameToCheck.&lt;/P&gt;&lt;P&gt;It's a relatively rarely used option since as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; said - typically HEC is a rather "open" input but the options are there.&lt;/P&gt;&lt;P&gt;I don't remember for certain but I think the 3. and 4. parameters can only be defined on a HEC input as a whole, not on a per-token basis.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 10:33:50 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2025-01-29T10:33:50Z</dc:date>
    <item>
      <title>How do I convert HEC to SSL? (HTTP to HTTPS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709799#M117258</link>
      <description>&lt;P&gt;What do I need to change in order to convert HEC on HTTP to HEC on HTTPS?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 21:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709799#M117258</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2025-01-26T21:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert HEC to SSL? (HTTP to HTTPS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709801#M117259</link>
      <description>&lt;P&gt;You must turn on TLS/SSL on hec configuration. I think that in cloud there is only https available, but in onprem you could use both but not at the same time in one node!&lt;BR /&gt;I this doc look enterprise part and enable ssl.&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.0/Data/UsetheHTTPEventCollector" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.0/Data/UsetheHTTPEventCollector&lt;/A&gt;&lt;BR /&gt;When you are using it then just use https instead of http as a protocol.&lt;BR /&gt;Earlier there was some requirements that TLS certificates must be official at least with some senders? I don’t know if this is still valid requirement or can you use private certificates also?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 21:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709801#M117259</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-01-26T21:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert HEC to SSL? (HTTP to HTTPS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709994#M117275</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;, I changed the global setting to HTTPS and it works perfectly fine. I just don't understand how it works, doesn't the sender need the public key? how does it work?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 16:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/709994#M117275</guid>
      <dc:creator>danielbb</dc:creator>
      <dc:date>2025-01-28T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert HEC to SSL? (HTTP to HTTPS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/710019#M117277</link>
      <description>&lt;P&gt;There haven’t been any requirements for specific client cert as HEC has planned to be “open” at this point of view. The real “authentication” has done with given token. In that way there is no need to share any TLS client certificates for source side.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 18:37:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/710019#M117277</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-01-28T18:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I convert HEC to SSL? (HTTP to HTTPS)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/710116#M117293</link>
      <description>&lt;P&gt;Actually, this is not entirely true.&lt;/P&gt;&lt;P&gt;1. With HEC the "basic" form of... well, it's not even authentication as such since the token is not very secret and is often used by many different sources, is a HEC token.&lt;/P&gt;&lt;P&gt;2. Additionally, you can limit source IPs from which the HTTP input accepts connections (the acceptFrom setting)&lt;/P&gt;&lt;P&gt;3. If you have TLS enabled you can use requireClientCert option to require the client to present a valid cert. By default this option is disabled so HEC can accept TLS connection from anyone (possibly with exception for clients not meeting the defined sslVersions or cipher suites).&lt;/P&gt;&lt;P&gt;4. Additionally to 3. you can limit accepted clients to only those presenting clients containing either sslCommonNameToCheck values or sslAltNameToCheck.&lt;/P&gt;&lt;P&gt;It's a relatively rarely used option since as &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt; said - typically HEC is a rather "open" input but the options are there.&lt;/P&gt;&lt;P&gt;I don't remember for certain but I think the 3. and 4. parameters can only be defined on a HEC input as a whole, not on a per-token basis.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 10:33:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-convert-HEC-to-SSL-HTTP-to-HTTPS/m-p/710116#M117293</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-01-29T10:33:50Z</dc:date>
    </item>
  </channel>
</rss>

