<?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 failed to connect to port 8088 in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666024#M17709</link>
    <description>&lt;P&gt;The message says it all - your curl sent SYN packets but never got any reply.&lt;/P&gt;&lt;P&gt;Which means that even if your port is open, it's probably filtered by your local firewall (since you're connecting to loopback device it can't be anything on external network). Check your iptables/firewalld config and open that port so that you can connect.&lt;/P&gt;&lt;P&gt;Whether the port is open by Splunk is another question and you'll see as soon as you "poke a hole" in your firewall.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 15:35:12 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-10-24T15:35:12Z</dc:date>
    <item>
      <title>HEC failed to connect to port 8088</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666020#M17708</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;My Splunk server is reachable from :&lt;/P&gt;&lt;P&gt;&lt;A href="http://127.0.0.1:8000/fr-FR/app/launcher/home" target="_blank"&gt;http://127.0.0.1:8000/fr-FR/app/launcher/home&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I try to send data in my splunk server with the curl command below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -H "Authorization: Splunk 1f5de11f-ee8e-48df-b4f1-eb1bbb6f3db0" https://localhost:8088/services/collector/event -d '{"event":"hello world"}'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;But I have the message :&amp;nbsp;curl: (7) Failed to connect to localhost port 8088 after 2629 ms: Couldn't connect to server&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help please?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 15:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666020#M17708</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-10-24T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: HEC failed to connect to port 8088</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666024#M17709</link>
      <description>&lt;P&gt;The message says it all - your curl sent SYN packets but never got any reply.&lt;/P&gt;&lt;P&gt;Which means that even if your port is open, it's probably filtered by your local firewall (since you're connecting to loopback device it can't be anything on external network). Check your iptables/firewalld config and open that port so that you can connect.&lt;/P&gt;&lt;P&gt;Whether the port is open by Splunk is another question and you'll see as soon as you "poke a hole" in your firewall.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 15:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666024#M17709</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-24T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: HEC failed to connect to port 8088</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666031#M17710</link>
      <description>&lt;P&gt;I have opened the port 8088 in Windows Defender but the result is the same&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anybody have an idea?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 11:09:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666031#M17710</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-11-01T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: HEC failed to connect to port 8088</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666249#M17719</link>
      <description>&lt;P&gt;Ahhh... so it's windows.&lt;/P&gt;&lt;P&gt;Ok, firstly check if your port is open. You can do that with netstat command from cmd or powershell. I don't remember the right switches to list listening ports for windows version though.&lt;/P&gt;&lt;P&gt;Anyway, if the port was closed, you should get a connection rejected error, not a timeout.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 21:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666249#M17719</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-25T21:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: HEC failed to connect to port 8088</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666412#M17727</link>
      <description>&lt;P&gt;It's strange because i have opened the port 8088 correctly in Windows Defender but when i am running the netstat command i can see it opened....&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 16:16:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/HEC-failed-to-connect-to-port-8088/m-p/666412#M17727</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2023-10-26T16:16:01Z</dc:date>
    </item>
  </channel>
</rss>

