<?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: [HEC] Endpoint : TCP reset session all time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756775#M120032</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Full agree with you about this point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I write to Splunk support for asking them why they decided to implement the HEC server with a mix of HTTP/1.0 and HTTP/1.1 version without repecting the HTTP RFC. I am waiting the answer !&lt;/P&gt;&lt;P&gt;Also, I modify the omhttp module of Rsyslog to add an User-Agent header into all ost request for Splunk HEC to avoid this behavior for user like us.&lt;/P&gt;&lt;P&gt;Information for you : In the version 8.2512 Rsyslog, I added the support of HEC Splunk server directly into the Omhttp code, so I simplify the use of omhttp and Splunk HEC.&lt;/P&gt;&lt;P&gt;And in the next version, I rewrite the core of omhttp to optimize this module and to be able to send about ten Tb of data to multiple HEC servers. (I already use it on my side and it is faster than an UF).&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
    <pubDate>Wed, 24 Dec 2025 15:37:17 GMT</pubDate>
    <dc:creator>shinigami35</dc:creator>
    <dc:date>2025-12-24T15:37:17Z</dc:date>
    <item>
      <title>[HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756630#M120000</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help about a problem with Splunk HEC. I use the endpoint "event" to send logs into multiple HEC.&lt;/P&gt;&lt;P&gt;I use Rsyslog (Omhttp) to send those logs.&lt;/P&gt;&lt;P&gt;But I have a problem, each time I send logs to the HEC, this last one sent back a "FIN TCP" to my source server and close the TCP session . I set up my source server to send Keep-Alive TCP session between it and the HEC, but this parameter does not work. At each request, the HEC close the session and ignore the keep-alive.&lt;/P&gt;&lt;P&gt;I try to apply this workaround "&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Splunk-HEC-closes-connection-instead-of-re-using-it/m-p/703955" target="_blank"&gt;Solved: Splunk HEC closes connection instead of re-using i... - Splunk Community&lt;/A&gt;" but this is the same behaviour ...&lt;/P&gt;&lt;P&gt;I need to understand why the HEC close TCP session all time, because I need to send my logs in HTTPS and with this behaviour, I have a TLS handshake at each log sent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 17:01:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756630#M120000</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-18T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756631#M120001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/314824"&gt;@shinigami35&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is an Firewall / F5, Nginx, or HAProxy between Rsyslog and Splunk, the proxy often terminates the TCP session.&lt;/P&gt;&lt;P&gt;Check if the proxy is injecting a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Connection: close&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;header and ensure the proxy's "Idle Timeout" is longer than the interval between your Rsyslog batches. Also check the proxy supports&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;HTTP/1.1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(HTTP/1.0 does not support persistent connections by default).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 18:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756631#M120001</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-12-18T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756635#M120002</link>
      <description>&lt;P&gt;I think I might have seen this behaviour. Unfortunately if it's the client just sending RST (RST is not the same as FIN), no amount of server-side settings will help. You might want to:&lt;/P&gt;&lt;P&gt;1. Try to set up some dummy HTTP receiver to verify if omhttp does it with it as well.&lt;/P&gt;&lt;P&gt;2. Ask on rsyslog mailing list.&lt;/P&gt;&lt;P&gt;As a partial walkaround you might want to use batch mode with the omhttp action so rsyslog sends bigger batches of data and doesn't waste as much bandwidth for http headers, tls negotiation and tcp handshake. omhttp can handle batches of decent sizes (like 256 or more) quite well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 19:56:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756635#M120002</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-18T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756636#M120003</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In this case , there is not Proxy or Firewall between my server and the HEC server (hosted on an indexer).&lt;/P&gt;&lt;P&gt;I set up the idle as good as it needs to be and the KeepAlive (Rsyslog side) is set up at 120 seconds.&lt;/P&gt;&lt;P&gt;In my case I do more than one thousand HTTP request every seconds so I really need the TCP session to stay opened.&lt;/P&gt;&lt;P&gt;Headers are correctly set and I use HTTP 1.1 version. So I do not know if I need to set the params « forceHttp10 » to « never » or another param.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;shini&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 19:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756636#M120003</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-18T19:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756637#M120004</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I already check the omhttp behaviour during a TCP session.&lt;/P&gt;&lt;P&gt;The flow is like that :&lt;/P&gt;&lt;PRE&gt;Rsyslog send SYN -&amp;gt; HEC send SYN ACK -&amp;gt; Rsyslog send PUSH (batch data of 1 Mb) -&amp;gt; HEC send PUSH (with answer&amp;nbsp;{"text":"Success","code":0}) -&amp;gt; Rsyslog receive data -&amp;gt; HEC send TCP FIN -&amp;gt; Rsyslog answer TCP FIN&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;Example of Header send by Rsyslog to the POST Request : (Connection: Keep-Alive)&lt;/P&gt;&lt;PRE&gt;POST /services/collector/event HTTP/1.1&lt;BR /&gt;Host: X.X.X.X:8088&lt;BR /&gt;Accept: */*&lt;BR /&gt;Content-Type: text/plain&lt;BR /&gt;Connection: Keep-Alive&lt;BR /&gt;Authorization: Splunk XXX-XXX-XXX-XXX-XXXX&lt;BR /&gt;Content-Length: 624&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;The HEC always anwer like that :&lt;/P&gt;&lt;PRE&gt;Date: Thu, 18 Dec 2025 20:40:34 GMT&lt;BR /&gt;Content-Type: application/json; charset=UTF-8&lt;BR /&gt;X-Content-Type-Options: nosniff&lt;BR /&gt;Content-Length: 27&lt;BR /&gt;Vary: Authorization&lt;BR /&gt;Connection: Close&lt;BR /&gt;X-Frame-Options: SAMEORIGIN&lt;BR /&gt;Server: Splunkd&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is little bit "Magic".&lt;/P&gt;&lt;P&gt;And if use HTTPS, this is an overload on my server, because I have one TLS handshake by each HTTP request...&lt;/P&gt;&lt;P&gt;I do not know if someone has this "problem"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 20:48:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756637#M120004</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-18T20:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756647#M120007</link>
      <description>&lt;P&gt;So this is not RST. I think I saw rsyslog as client sending RSTs but that might have been over RELP then. What is your forceHttp10 value?&lt;/P&gt;&lt;PRE&gt;forceHttp10 = [auto|never|always]
* Whether or not the REST HTTP server forces clients that connect
  to it to use the HTTP 1.0 specification for web communications.
* When set to "always", the REST HTTP server does not use some
  HTTP 1.1 features such as persistent connections or chunked
  transfer encoding.
* When set to "auto", it does this only if the client did not send
  a User-Agent header, or if the user agent is known to have bugs
  in its support of HTTP/1.1.
* When set to "never" it always allows HTTP 1.1, even to
  clients it suspects might be buggy.
* Default: auto&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 07:43:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756647#M120007</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-19T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756649#M120008</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The value is set to auto. But I do not think this is the main problem.&lt;/P&gt;&lt;P&gt;For me, the HEC has a "hidden" params to force the HEC accepting Keep-Alive because as show in the previous comment, the HEC answers with "Connection: close" at each request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 10:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756649#M120008</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-19T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756665#M120012</link>
      <description>&lt;P&gt;As I read the description to that option - if set to auto Splunk will enforce http/1.0 (possibly adding the Connection: close header for good measure or simply because it's easier to program it this way if there is no User-Agent header in the request. And as you've shown, there was no such header. Try setting the header to something. You're probably using the httpheaderkey and httpheadervalue parameters for passing the token so just use httpheaders option.&lt;/P&gt;&lt;P&gt;I must test this myself as well. Might help in my future installations.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 19:11:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756665#M120012</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-19T19:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756703#M120019</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I checked if my server used HTTP/1.0 version, and not the case. The connection between my server and the HEC is in HTTP/1.1.&lt;/P&gt;&lt;P&gt;Also, the HTTP header "Connection: Keep-Alive" is correctly added in the HTTP header. I opened a case to the Splunk support to ask the why the HEC ignore keep-alive.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 09:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756703#M120019</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-22T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756707#M120020</link>
      <description>&lt;P&gt;What is your rsyslog omhttp action config?&lt;/P&gt;&lt;P&gt;In my tests I don't see rsyslog sending "Connecton: Keep-alive" on its own.&amp;nbsp; If you add it as custom header it doesn't mean rsyslog will know how to handle the persistent connection.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 11:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756707#M120020</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-22T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756708#M120021</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The keep-alive params in omhttp is in its own code. Those default params are :&lt;/P&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;CURLOPT_TCP_KEEPALIVE -&amp;gt; 1 (activation of TCP keep-alive)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;CURLOPT_TCP_KEEPIDLE -&amp;gt; 120s&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;CURLOPT_TCP_KEEPINTVL -&amp;gt; 60s&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Also the header "Connectio: Keep-alive" is normaly not necesary if you use HTTP/1.1, this header is for HTTP/1.0. I tested with the addition of this&amp;nbsp; HTTP header to my request to check if this parms change something but it was an failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I do not know why the POST answer of the HEC server code 200 add every time the header "Connection: close". It seems like the implementing of the HEC server is a mix between HTTP/1.1 and HTTP.1.0.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Dec 2025 12:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756708#M120021</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-22T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756716#M120022</link>
      <description>&lt;P&gt;OK. It seems the docs for http input are correct. If you do not include User-Agent header (or have a header which is on some sort of blacklist), the input works as HTTP/1.0 input. If you do insert a User-Agent header, it works with persistent connection.&lt;/P&gt;&lt;P&gt;If I do&lt;/P&gt;&lt;PRE&gt;action(&lt;BR /&gt;name="splunk-hec"&lt;BR /&gt;template="splunk-hec-nested"&lt;BR /&gt;type="omhttp"&lt;BR /&gt;Server="172.16.0.3"&lt;BR /&gt;Serverport="8088"&lt;BR /&gt;useHttps="off"&lt;BR /&gt;healthchecktimeout="1000"&lt;BR /&gt;httpheaderkey="Authorization"&lt;BR /&gt;httpheadervalue="Splunk 12345678-1234-1234-1234-123412341234"&lt;BR /&gt;restpath="services/collector"&lt;BR /&gt;checkpath="services/collector/health"&lt;BR /&gt;batch="on"&lt;BR /&gt;batch.format="newline"&lt;BR /&gt;batch.maxsize="256"&lt;BR /&gt;retry="off"&lt;BR /&gt;reloadonhup="on"&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;The HEC input closes server after each batch from rsyslog.&lt;/P&gt;&lt;P&gt;If I add the httpheaders parameter making it&lt;/P&gt;&lt;PRE&gt;action(&lt;BR /&gt;name="splunk-hec"&lt;BR /&gt;template="splunk-hec-nested"&lt;BR /&gt;type="omhttp"&lt;BR /&gt;Server="172.16.0.3"&lt;BR /&gt;Serverport="8088"&lt;BR /&gt;useHttps="off"&lt;BR /&gt;healthchecktimeout="1000"&lt;BR /&gt;httpheaderkey="Authorization"&lt;BR /&gt;httpheadervalue="Splunk 12345678-1234-1234-1234-123412341234"&lt;BR /&gt;httpheaders=["User-Agent: Rsyslog"]&lt;BR /&gt;restpath="services/collector"&lt;BR /&gt;checkpath="services/collector/health"&lt;BR /&gt;batch="on"&lt;BR /&gt;batch.format="newline"&lt;BR /&gt;batch.maxsize="256"&lt;BR /&gt;retry="off"&lt;BR /&gt;reloadonhup="on"&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;the connection is kept open and reused over separate http requests.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 15:10:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756716#M120022</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-22T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756717#M120023</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I did the same test as you and I have got the same result.&lt;/P&gt;&lt;P&gt;When you use the HEC you need to specify an "User-Agent" to use the HTTP/1.1 version.&lt;/P&gt;&lt;P&gt;I did this test :&lt;/P&gt;&lt;PRE&gt;action(name="omhttptest"&lt;BR /&gt;type="omhttp"&lt;BR /&gt;server="10.10.10.10"&lt;BR /&gt;serverport="8088"&lt;BR /&gt;profile="hec:splunk:event"&lt;BR /&gt;template="tpl_omhttp_json_hec"&lt;BR /&gt;token="X-X-X-X"&lt;BR /&gt;errorfile="/var/log/omhttp_test_errors.log"&lt;BR /&gt;statsbysenders="on"&lt;BR /&gt;batch="on"&lt;BR /&gt;httpheaders=["User-Agent: Rsyslog"]&lt;BR /&gt;)&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;This behaviour is also available when you force HEC to accept only HTTP/1.1 with the params&lt;/P&gt;&lt;PRE&gt;forceHttp10 = never&lt;/PRE&gt;&lt;P&gt;For me, this is not a good implementation of the HTTP/1.1 protocol because, in this version of HTTP the params "User-Agent" is "should" and not "must"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For next step, I will ask Splunk why they decided to do like that.&lt;/P&gt;&lt;P&gt;I will also do another PR to Rsyslog to patch this behaviour and add a custom User-Agent into the code of Omhttp in the profile HEC Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 16:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756717#M120023</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-22T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756726#M120024</link>
      <description>&lt;P&gt;To be honest, HEC is not supposed to be a full-fledged HTTP server and therefore it might not implement a very big set of features. Just what is needed for the input to work decently enough. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It does seem to work as described in the docs though and that's - again - good enough. (although an explicit list of "unworthy" clients would be useful).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 19:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756726#M120024</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-12-22T19:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756775#M120032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Full agree with you about this point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I write to Splunk support for asking them why they decided to implement the HEC server with a mix of HTTP/1.0 and HTTP/1.1 version without repecting the HTTP RFC. I am waiting the answer !&lt;/P&gt;&lt;P&gt;Also, I modify the omhttp module of Rsyslog to add an User-Agent header into all ost request for Splunk HEC to avoid this behavior for user like us.&lt;/P&gt;&lt;P&gt;Information for you : In the version 8.2512 Rsyslog, I added the support of HEC Splunk server directly into the Omhttp code, so I simplify the use of omhttp and Splunk HEC.&lt;/P&gt;&lt;P&gt;And in the next version, I rewrite the core of omhttp to optimize this module and to be able to send about ten Tb of data to multiple HEC servers. (I already use it on my side and it is faster than an UF).&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2025 15:37:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/756775#M120032</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2025-12-24T15:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/757220#M120120</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the answer of Splunk Support :&lt;/P&gt;&lt;PRE&gt;This behaviour is as designed. &lt;BR /&gt;HTTP requests that do not supply User-Agent header are not trusted to be "true" HTTP/1.1 peers,&lt;BR /&gt; therefore they are closed on completion. To take advantage of persistent connections, &lt;BR /&gt;please set the User-Agent header in the request.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Shini&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/757220#M120120</guid>
      <dc:creator>shinigami35</dc:creator>
      <dc:date>2026-01-13T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: [HEC] Endpoint : TCP reset session all time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/757221#M120121</link>
      <description>&lt;P&gt;Well... to some extent it makes sense.&lt;/P&gt;&lt;P&gt;RFC says that HTTP/1.1 client SHOULD include User-Agent header. So if it doesn't, it's either not a fully implemented HTTP/1.1 client or might have other features also not fully implemented (persistent connections are also a SHOULD requirement for HTTP/1.1 implementation).&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 14:40:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HEC-Endpoint-TCP-reset-session-all-time/m-p/757221#M120121</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2026-01-13T14:40:02Z</dc:date>
    </item>
  </channel>
</rss>

