<?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: Unable to connect to Splunk Cloud trial instance? in Splunk Cloud Platform</title>
    <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/625002#M1969</link>
    <description>&lt;P&gt;2 previous trial cloud instances were used a few months ago, and everything was working fine without any change on our side. It could be there is an issue with the current instance, so we will wait for it to expire and request a new one.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moacir&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2022 15:46:59 GMT</pubDate>
    <dc:creator>msilva</dc:creator>
    <dc:date>2022-12-21T15:46:59Z</dc:date>
    <item>
      <title>Unable to connect to Splunk Cloud trial instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624948#M1965</link>
      <description>&lt;P&gt;Good evening,&lt;/P&gt;
&lt;P&gt;We are currently unable to connect to the following&amp;nbsp;Splunk Cloud trial instance which shall expire next December 29th. Could you please investigate this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;15:51 $ curl -k -H "Authorization: Splunk a19b174b-9x9x-4e02-a83f-9999999999999" -v -d '{"index": "moacir-splunk-cloud-siem", "event": "blah blah blah","sourcetype": "_json" }' https://prd-p-ojiyn.splunkcloud.com:8088/services/collector/event
*   Trying 3.93.228.43:8088...
* TCP_NODELAY set
* connect to 3.93.228.43 port 8088 failed: Connection timed out
* Failed to connect to prd-p-ojiyn.splunkcloud.com port 8088: Connection timed out
* Closing connection 0
curl: (28) Failed to connect to prd-p-ojiyn.splunkcloud.com port 8088: Connection timed out&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Moacir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 14:49:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624948#M1965</guid>
      <dc:creator>msilva</dc:creator>
      <dc:date>2022-12-21T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Splunk Cloud trial instance</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624982#M1966</link>
      <description>&lt;P&gt;Sending data to HEC endpoints in Splunk Cloud requires adding "http-inputs-" or "http-inputs." to the URL.&amp;nbsp; See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector_on_Splunk_Cloud_Platform" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/Data/UsetheHTTPEventCollector#Send_data_to_HTTP_Event_Collector_on_Splunk_Cloud_Platform&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BTW, we are all fellow community members here so none of us can investigate the issues others are having.&amp;nbsp; We can only make suggestions.&lt;/P&gt;&lt;P&gt;PS - I masked the token in the OP for security.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 14:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624982#M1966</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-12-21T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Splunk Cloud trial instance</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624989#M1967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have followed your suggestion but unfortunately the issue is still happening:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -H "Authorization: Splunk a19b174b-3e6a-4e02-a83f-999999999999" -v -d '{"index": "moacir-splunk-cloud-siem", "event": "blah blah blah","sourcetype": "_json" }' https://http-inputs.prd-p-ojiyn.splunkcloud.com:8088/services/collector/event
* Could not resolve host: http-inputs.prd-p-ojiyn.splunkcloud.com
* Closing connection 0
curl: (6) Could not resolve host: http-inputs.prd-p-ojiyn.splunkcloud.com


curl -k -H "Authorization: Splunk a19b174b-3e6a-4e02-a83f-999999999999" -v -d '{"index": "moacir-splunk-cloud-siem", "event": "blah blah blah","sourcetype": "_json" }' https://http-inputs-prd-p-ojiyn.splunkcloud.com:8088/services/collector/event
* Could not resolve host: http-inputs-prd-p-ojiyn.splunkcloud.com
* Closing connection 0
curl: (6) Could not resolve host: http-inputs-prd-p-ojiyn.splunkcloud.com&lt;/LI-CODE&gt;&lt;P&gt;Also, so far this prefix was not needed since the sending was working well with a previous test instance... Maybe you could retry on your side using the original token?&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moacir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 14:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624989#M1967</guid>
      <dc:creator>msilva</dc:creator>
      <dc:date>2022-12-21T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Splunk Cloud trial instance</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624992#M1968</link>
      <description>&lt;P&gt;The choice of which prefix to use is not yours to make - it's determined by the platform on which your stack is hosted.&amp;nbsp; Regardless, it appears the original URL (without prefix) works better in that it at least can be resolved.&amp;nbsp; The timeout message could be caused by a firewall discarding the connection attempts.&amp;nbsp; Have you checked your firewalls?&lt;/P&gt;&lt;P&gt;The original token no longer is available.&amp;nbsp; Even if it was, I would not access someone else's system.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 14:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/624992#M1968</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-12-21T14:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Splunk Cloud trial instance?</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/625002#M1969</link>
      <description>&lt;P&gt;2 previous trial cloud instances were used a few months ago, and everything was working fine without any change on our side. It could be there is an issue with the current instance, so we will wait for it to expire and request a new one.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moacir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 15:46:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/625002#M1969</guid>
      <dc:creator>msilva</dc:creator>
      <dc:date>2022-12-21T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Splunk Cloud trial instance</title>
      <link>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/625003#M1970</link>
      <description>&lt;P&gt;2 previous trial cloud instances were used a few months ago, and everything was working fine without any change on our side. It could be there is an issue with the current instance, so we will wait for it to expire and request a new one.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moacir&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 15:47:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Cloud-Platform/Unable-to-connect-to-Splunk-Cloud-trial-instance/m-p/625003#M1970</guid>
      <dc:creator>msilva</dc:creator>
      <dc:date>2022-12-21T15:47:45Z</dc:date>
    </item>
  </channel>
</rss>

