<?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: Splunk Enterprise - HTTPSConnectionPool - 'socket.error' - Connection timed out in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Enterprise-HTTPSConnectionPool-socket-error-Connection/m-p/474233#M8300</link>
    <description>&lt;P&gt;Found solution...&lt;/P&gt;

&lt;P&gt;Run below two commands on newly created VM after Splunk installtion.&lt;/P&gt;

&lt;P&gt;sudo firewall-cmd --zone=public --add-port=8000/tcp --permanent&lt;BR /&gt;
sudo firewall-cmd --reload&lt;/P&gt;

&lt;P&gt;After this I am able to open Splunk Web URL.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 05:25:05 GMT</pubDate>
    <dc:creator>kishor_pinjarka</dc:creator>
    <dc:date>2020-01-07T05:25:05Z</dc:date>
    <item>
      <title>Splunk Enterprise - HTTPSConnectionPool - 'socket.error' - Connection timed out</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Enterprise-HTTPSConnectionPool-socket-error-Connection/m-p/474232#M8299</link>
      <description>&lt;P&gt;1) Installed Splunk Enterprise on server 1:&lt;BR /&gt;
VERSION=7.2.0&lt;BR /&gt;
BUILD=8c86330ac18&lt;BR /&gt;
PRODUCT=splunk&lt;BR /&gt;
PLATFORM=Linux-x86_64&lt;/P&gt;

&lt;P&gt;2) Restarting splunkd: &lt;/P&gt;

&lt;P&gt;Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;BR /&gt;
.. [  OK  ]&lt;BR /&gt;
Stopping splunk helpers...&lt;BR /&gt;
 [  OK  ]&lt;BR /&gt;
Done.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Be an IT superhero. Go home early.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
        Checking http port [8000]: open&lt;BR /&gt;
        Checking mgmt port [8089]: open&lt;BR /&gt;
        Checking appserver port [127.0.0.1:8065]: open&lt;BR /&gt;
        Checking kvstore port [8191]: open&lt;BR /&gt;
        Checking configuration...  Done.&lt;BR /&gt;
        Checking critical directories...        Done&lt;BR /&gt;
        Checking indexes...&lt;BR /&gt;
                Validated: _audit _internal _introspection _telemetry _thefishbucket history main summary&lt;BR /&gt;
        Done&lt;BR /&gt;
        Checking filesystem compatibility...  Done&lt;BR /&gt;
        Checking conf files for problems...&lt;BR /&gt;
        Done&lt;BR /&gt;
        Checking default conf files for edits...&lt;BR /&gt;
        Validating installed files against hashes from '/opt/splunk/splunk-7.2.0-8c86330ac18-linux-2.6-x86_64-manifest'&lt;BR /&gt;
        All installed files intact.&lt;BR /&gt;
        Done&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;
Done&lt;BR /&gt;
 [  OK  ]&lt;/P&gt;

&lt;P&gt;Waiting for web server at &lt;A href="https://127.0.0.1:8000" target="_blank"&gt;https://127.0.0.1:8000&lt;/A&gt; to be available.. Done&lt;/P&gt;

&lt;P&gt;If you get stuck, we're here to help.&lt;BR /&gt;
Look for answers here: &lt;A href="http://docs.splunk.com" target="_blank"&gt;http://docs.splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Splunk web interface is at ***:8000&lt;/P&gt;

&lt;P&gt;3) Port 8000 is already opened from server1 to server2.&lt;/P&gt;

&lt;P&gt;4) Trying to access Web URL from server 2: ***:8000&lt;BR /&gt;
Not able to open Web URL.&lt;/P&gt;

&lt;P&gt;5) Checked splunkd logs:&lt;BR /&gt;
01-02-2020 03:01:30.767 -0800 ERROR ApplicationUpdater - Error checking for update, URL=&lt;A href="https://apps.splunk.com/api/apps:resolve/checkforupgrade:" target="_blank"&gt;https://apps.splunk.com/api/apps:resolve/checkforupgrade:&lt;/A&gt; Connect Timeout&lt;BR /&gt;
01-02-2020 03:03:48.066 -0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/splunk_instrumentation/bin/instrumentation.py" HTTPSConnectionPool(host='e1345286.api.splkmobile.com', port=443): Max retries exceeded with url: /1.0/e1345286/6b0c90ec-af87-5382-ae54-e94d7b316c04/1/0?hash=none (Caused by : [Errno 110] Connection timed out)&lt;/P&gt;

&lt;P&gt;What I have to do?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Enterprise-HTTPSConnectionPool-socket-error-Connection/m-p/474232#M8299</guid>
      <dc:creator>kishor_pinjarka</dc:creator>
      <dc:date>2020-09-30T03:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise - HTTPSConnectionPool - 'socket.error' - Connection timed out</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Enterprise-HTTPSConnectionPool-socket-error-Connection/m-p/474233#M8300</link>
      <description>&lt;P&gt;Found solution...&lt;/P&gt;

&lt;P&gt;Run below two commands on newly created VM after Splunk installtion.&lt;/P&gt;

&lt;P&gt;sudo firewall-cmd --zone=public --add-port=8000/tcp --permanent&lt;BR /&gt;
sudo firewall-cmd --reload&lt;/P&gt;

&lt;P&gt;After this I am able to open Splunk Web URL.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 05:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Splunk-Enterprise-HTTPSConnectionPool-socket-error-Connection/m-p/474233#M8300</guid>
      <dc:creator>kishor_pinjarka</dc:creator>
      <dc:date>2020-01-07T05:25:05Z</dc:date>
    </item>
  </channel>
</rss>

