<?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: Does the Python SDK work with Splunk Cloud? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148808#M2049</link>
    <description>&lt;P&gt;contact &lt;A href="mailto:devinfo@splunk.com"&gt;devinfo@splunk.com&lt;/A&gt;  they normally get back to you in 24hrs.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 19:49:31 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2015-06-11T19:49:31Z</dc:date>
    <item>
      <title>Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148807#M2048</link>
      <description>&lt;P&gt;I am trying to run the SDK examples in Python, but I cannot connect to SplunkCloud instance.&lt;BR /&gt;
Specifically, I am running &lt;CODE&gt;splunk-sdk-python\examples\abc\a.py&lt;/CODE&gt;   with the following changes:&lt;/P&gt;

&lt;P&gt;HOST="&amp;lt;myinstance&amp;gt;.splunkcloud.com"&lt;BR /&gt;
PORT = 8089&lt;BR /&gt;
USERNAME = "myusername"&lt;BR /&gt;
PASSWORD = "mypassword"&lt;/P&gt;

&lt;P&gt;I am receiving the following errors:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Traceback (most recent call last):
  File "C:\Python27\Lib\splunk-sdk-python-master\examples\abc\a.py", line 38, in &amp;lt;module&amp;gt;
    connection.request("POST", "/services/auth/login", body, headers)
  File "C:\Python27\lib\httplib.py", line 1053, in request
    self._send_request(method, url, body, headers)
  File "C:\Python27\lib\httplib.py", line 1093, in _send_request
    self.endheaders(body)
  File "C:\Python27\lib\httplib.py", line 1049, in endheaders
    self._send_output(message_body)
  File "C:\Python27\lib\httplib.py", line 893, in _send_output
    self.send(msg)
  File "C:\Python27\lib\httplib.py", line 855, in send
    self.connect()
  File "C:\Python27\lib\httplib.py", line 1266, in connect
    HTTPConnection.connect(self)
  File "C:\Python27\lib\httplib.py", line 832, in connect
    self.timeout, self.source_address)
  File "C:\Python27\lib\socket.py", line 575, in create_connection
    raise err
****error: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond****
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I confirmed the management port is 8089 and  I know the credentials are correct.&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated.&lt;BR /&gt;
Frank&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148807#M2048</guid>
      <dc:creator>fdarrigo</dc:creator>
      <dc:date>2015-06-11T18:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148808#M2049</link>
      <description>&lt;P&gt;contact &lt;A href="mailto:devinfo@splunk.com"&gt;devinfo@splunk.com&lt;/A&gt;  they normally get back to you in 24hrs.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:49:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148808#M2049</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2015-06-11T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148809#M2050</link>
      <description>&lt;P&gt;In Splunk Cloud, that port is blocked by default. Contact customer support to request that they unblock the port for you. &lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 19:55:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148809#M2050</guid>
      <dc:creator>andrewb_splunk</dc:creator>
      <dc:date>2015-06-11T19:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148810#M2051</link>
      <description>&lt;P&gt;Thanks.   It turns out that opening the port has fixed my problem.  I appreciate the speedy response.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 18:07:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/148810#M2051</guid>
      <dc:creator>fdarrigo</dc:creator>
      <dc:date>2015-06-12T18:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/526276#M2052</link>
      <description>&lt;P&gt;You can have the port opened and have a dedicated user with credentials created by requesting through the&amp;nbsp;&lt;A href="https://splunkcommunities.force.com/customers/home/home.jsp" target="_blank" rel="noopener"&gt;Splunk Support Portal&lt;/A&gt;, here is more information:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/RESTTUT/RESTandCloud" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/RESTTUT/RESTandCloud&lt;/A&gt;. The &lt;A href="mailto:devinfo@splunk.com" target="_blank" rel="noopener"&gt;devinfo@splunk.com&lt;/A&gt;&amp;nbsp;mailing list is unable to assist with those requests, unfortunately.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 19:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/526276#M2052</guid>
      <dc:creator>tpavlik_splunk</dc:creator>
      <dc:date>2020-10-23T19:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/588060#M2053</link>
      <description>&lt;P&gt;Actually, you'll need to file a case with Splunk Support using the Support portal. You can learn more on this page:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/RESTTUT/RESTandCloud" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/RESTTUT/RESTandCloud&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 15:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/588060#M2053</guid>
      <dc:creator>thellmann</dc:creator>
      <dc:date>2022-03-08T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does the Python SDK work with Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/588061#M2054</link>
      <description>&lt;P&gt;Documentation on these limitations can be found here:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/RESTTUT/RESTandCloud" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/RESTTUT/RESTandCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And in case you haven't done this before, the link to file a case with Splunk Support can be found here:&amp;nbsp;&lt;A href="https://splunkcommunities.force.com/customers/home/home.jsp" target="_blank"&gt;https://splunkcommunities.force.com/customers/home/home.jsp&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 16:00:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Does-the-Python-SDK-work-with-Splunk-Cloud/m-p/588061#M2054</guid>
      <dc:creator>thellmann</dc:creator>
      <dc:date>2022-03-08T16:00:03Z</dc:date>
    </item>
  </channel>
</rss>

