<?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: What is the URI for HTTP Event Collector for Splunk Cloud? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425708#M74606</link>
    <description>&lt;P&gt;While you can disable ssl for HEC, keep in mind that it will impact your Splunk web ssl configuration. Per the docs : "Whether the HTTP Event Collector server protocol is HTTP or HTTPS. 0 indicates HTTPS is enabled; 1 indicates HTTP. The default value is 0. &lt;STRONG&gt;HTTP Event Collector shares SSL settings with the Splunk management server and cannot have enableSSL settings that differ from the settings on the Splunk management server&lt;/STRONG&gt;." &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6Q"&gt;http://dev.splunk.com/view/event-collector/SP-CAAAE6Q&lt;/A&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 17:13:48 GMT</pubDate>
    <dc:creator>amiracle</dc:creator>
    <dc:date>2019-10-16T17:13:48Z</dc:date>
    <item>
      <title>What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425704#M74602</link>
      <description>&lt;P&gt;I am trying out Splunk Cloud and I want to set up an HTTP Event Collector. The instructions &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector#HEC_and_managed_Splunk_Cloud"&gt;here&lt;/A&gt; to set up the HEC URI didn't quite work for me . &lt;/P&gt;

&lt;P&gt;If my instance URL is &lt;A href="https://xyz.cloud.splunk.com"&gt;https://xyz.cloud.splunk.com&lt;/A&gt; what is the equivalent HEC URI? I have tried variations as &lt;A href="http://input-xyz.cloud.splunk.com:8088/services/collector"&gt;http://input-xyz.cloud.splunk.com:8088/services/collector&lt;/A&gt;, &lt;A href="http://http-inputs-xyz.cloud.splunk.com:8088/services/collector"&gt;http://http-inputs-xyz.cloud.splunk.com:8088/services/collector&lt;/A&gt; as well as the SSL ones, but none worked. &lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 23:34:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425704#M74602</guid>
      <dc:creator>saasuser</dc:creator>
      <dc:date>2018-12-06T23:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425705#M74603</link>
      <description>&lt;P&gt;Link for HTTP Event Collector is &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector#HEC_and_managed_Splunk_Cloud"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector#HEC_and_managed_Splunk_Cloud&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2018 23:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425705#M74603</guid>
      <dc:creator>saasuser</dc:creator>
      <dc:date>2018-12-06T23:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425706#M74604</link>
      <description>&lt;P&gt;For Splunk Cloud customers, the standard HEC URI is:&lt;BR /&gt;
&lt;CODE&gt;&lt;A href="https://http-inputs-customer_stack.splunkcloud.com/services/collector" target="test_blank"&gt;https://http-inputs-customer_stack.splunkcloud.com/services/collector&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you are using &lt;STRONG&gt;AWS Firehose&lt;/STRONG&gt;, then you will have a second HEC URL:&lt;BR /&gt;
 &lt;CODE&gt;&lt;A href="https://http-inputs-firehose-customer_stack.splunkcloud.com/services/collector" target="test_blank"&gt;https://http-inputs-firehose-customer_stack.splunkcloud.com/services/collector&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Please note that Splunk Cloud customers do NOT need to specify port 8088, all HEC traffic goes over port 443 (standard SSL).&lt;/EM&gt; &lt;/P&gt;

&lt;P&gt;For customers running HEC on their own deployments or using the Splunk test drive instance, then port 8088 will need to be specified:&lt;BR /&gt;
&lt;CODE&gt;&lt;A href="https://input-prd-uniqueid.cloud.splunk.com:8088/services/collector" target="test_blank"&gt;https://input-prd-uniqueid.cloud.splunk.com:8088/services/collector&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;In either situation, you can use the following command to validate the URL is valid:&lt;BR /&gt;
Splunk Cloud:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;%&amp;gt;nslookup http-inputs-&amp;lt;customer_stack&amp;gt;.splunkcloud.com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk Test Drive:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$ nslookup input-prd-uniqueid.cloud.splunk.com
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It will respond with the instances behind the load balancer. &lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 14:55:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425706#M74604</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2018-12-07T14:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425707#M74605</link>
      <description>&lt;P&gt;when i use curl  to ingest data into splunk using command below, it works fine :&lt;/P&gt;

&lt;P&gt;curl -k &lt;A href="https://input-prd-id.cloud.splunk.com:8088/services/collector"&gt;https://input-prd-id.cloud.splunk.com:8088/services/collector&lt;/A&gt; -H 'Authorization: Splunk token-id' -d '{"event":"hello world", "sourcetype": "manual"}'&lt;/P&gt;

&lt;P&gt;but i want to disable ssl encryption while creating HEC token&lt;BR /&gt;
how can i do that ?&lt;/P&gt;

&lt;P&gt;,&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 06:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425707#M74605</guid>
      <dc:creator>bay62</dc:creator>
      <dc:date>2019-10-16T06:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425708#M74606</link>
      <description>&lt;P&gt;While you can disable ssl for HEC, keep in mind that it will impact your Splunk web ssl configuration. Per the docs : "Whether the HTTP Event Collector server protocol is HTTP or HTTPS. 0 indicates HTTPS is enabled; 1 indicates HTTP. The default value is 0. &lt;STRONG&gt;HTTP Event Collector shares SSL settings with the Splunk management server and cannot have enableSSL settings that differ from the settings on the Splunk management server&lt;/STRONG&gt;." &lt;A href="http://dev.splunk.com/view/event-collector/SP-CAAAE6Q"&gt;http://dev.splunk.com/view/event-collector/SP-CAAAE6Q&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 17:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/425708#M74606</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2019-10-16T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/513763#M87117</link>
      <description>&lt;P&gt;I created a cloud trial instance today and I tried those URLs for HEC and they are not working for me.&amp;nbsp; Is it something else now?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 18:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/513763#M87117</guid>
      <dc:creator>jonh1</dc:creator>
      <dc:date>2020-08-12T18:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/543179#M90692</link>
      <description>&lt;P&gt;You should use &lt;A href="https://inputs.prd-yourid.splunkcloud.com:8088/services/collector" target="_blank"&gt;https://inputs.prd-yourid.splunkcloud.com:8088/services/collector&lt;/A&gt;&amp;nbsp;for your trial instance.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 10:40:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/543179#M90692</guid>
      <dc:creator>h4llm3n</dc:creator>
      <dc:date>2021-03-10T10:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568124#M100840</link>
      <description>&lt;P&gt;what is prd-yourid means?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 18:42:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568124#M100840</guid>
      <dc:creator>Reva159</dc:creator>
      <dc:date>2021-09-22T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568194#M100848</link>
      <description>&lt;P&gt;Thats simply the ID you get from Splunk. Go to your cloud instance URL and you'll see it.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 06:48:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568194#M100848</guid>
      <dc:creator>h4llm3n</dc:creator>
      <dc:date>2021-09-23T06:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568203#M100849</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 07:32:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/568203#M100849</guid>
      <dc:creator>Reva159</dc:creator>
      <dc:date>2021-09-23T07:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/671197#M112516</link>
      <description>&lt;P&gt;Thanks, this explained everything I needed for how to use HEC on Splunkcloud.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 22:10:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/671197#M112516</guid>
      <dc:creator>nramella</dc:creator>
      <dc:date>2023-12-07T22:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/699272#M115872</link>
      <description>&lt;P&gt;In general, it is better to use&amp;nbsp; entires&amp;nbsp; with&amp;nbsp; xxxxxx.mystack.splunkcloud.com where mystack is your stackid&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HEC :  https://http-inputs.mystack.splunkcloud.com/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:13:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/699272#M115872</guid>
      <dc:creator>maraman_splunk</dc:creator>
      <dc:date>2024-09-17T11:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/707515#M116969</link>
      <description>&lt;P&gt;Have these instructions changed since this was posted?&lt;BR /&gt;&lt;BR /&gt;The Splunk Cloud URL doesn't resolve for me. I am on the free version of Splunk Cloud with an Enabled HEC.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 22:05:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/707515#M116969</guid>
      <dc:creator>NZenitram</dc:creator>
      <dc:date>2024-12-23T22:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710439#M117333</link>
      <description>&lt;P&gt;Likely HEC not available for 14 days demo version of&amp;nbsp;&lt;SPAN&gt;Splunk Cloud Platform.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 20:43:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710439#M117333</guid>
      <dc:creator>new_splunker</dc:creator>
      <dc:date>2025-02-02T20:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710440#M117334</link>
      <description>&lt;P&gt;Finally found the working URI for&amp;nbsp;&lt;SPAN&gt;demo version of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Splunk Cloud Platform.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;curl -kv &lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;host&amp;gt;.&amp;lt;stack&amp;gt;.splunkcloud.com:8088/services/collector/health&lt;/A&gt;&lt;BR /&gt;Where &amp;lt;host&amp;gt;.&amp;lt;stack&amp;gt;, you will find if you run `index=_internal` and see `host` field.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 20:59:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710440#M117334</guid>
      <dc:creator>new_splunker</dc:creator>
      <dc:date>2025-02-02T20:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710441#M117335</link>
      <description>&lt;P&gt;&lt;SPAN&gt;curl -kv&amp;nbsp;&lt;/SPAN&gt;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;host&amp;gt;.&amp;lt;stack&amp;gt;.splunkcloud.com:8088/services/collector/health&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Where &amp;lt;host&amp;gt;.&amp;lt;stack&amp;gt;, you will find if you run `index=_internal` and see `host` field.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 21:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/710441#M117335</guid>
      <dc:creator>new_splunker</dc:creator>
      <dc:date>2025-02-02T21:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the URI for HTTP Event Collector for Splunk Cloud?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/747489#M118771</link>
      <description>&lt;P&gt;The HOST field worked! Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276082"&gt;@new_splunker&lt;/a&gt;&amp;nbsp;. I'm trying to ingest a webhook into the Splunk cloud trial instance.&lt;BR /&gt;I'm getting a SSL certification error -&amp;nbsp;&lt;SPAN&gt;failed to verify the legitimacy of the server and therefore could not&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;establish a secure connection to it&lt;BR /&gt;were there any other setting you did to establish the webhook connection?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-URI-for-HTTP-Event-Collector-for-Splunk-Cloud/m-p/747489#M118771</guid>
      <dc:creator>s_palan</dc:creator>
      <dc:date>2025-06-04T18:02:04Z</dc:date>
    </item>
  </channel>
</rss>

