<?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: HTTP Event Collector Error:  Failed to send a test notification to the event collector URL with the provided auth token. Please check integration details and try again. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-Error-Failed-to-send-a-test-notification-to/m-p/495845#M84544</link>
    <description>&lt;P&gt;Ok, coming back to share my solution.  We changed our solution to use our Splunk Cloud HEC vs the on-prem HEC.  &lt;/P&gt;

&lt;P&gt;The Splunk Cloud HEC URL to use is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k &lt;A href="https://http-inputs-&amp;lt;splunk_cloud_url&amp;gt;:443/services/collector/event" target="test_blank"&gt;https://http-inputs-&amp;lt;splunk_cloud_url&amp;gt;:443/services/collector/event&lt;/A&gt; -H "Authorization: Splunk &amp;lt;token&amp;gt;" -d '{"event": "hello world"}'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Everything went well and Prisma Events are being ingested into Splunk in json format.  Hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2019 20:52:24 GMT</pubDate>
    <dc:creator>hfernandez_</dc:creator>
    <dc:date>2019-12-20T20:52:24Z</dc:date>
    <item>
      <title>HTTP Event Collector Error:  Failed to send a test notification to the event collector URL with the provided auth token. Please check integration details and try again.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-Error-Failed-to-send-a-test-notification-to/m-p/495844#M84543</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I'm currently trying to integrate Palo Alto's Primsa Cloud with our on-prem HEC on an on-prem HF (via documentation: &lt;A href="https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-splunk" target="_blank"&gt;https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-splunk&lt;/A&gt;) and I get the following error when I try to test the connection:&lt;/P&gt;

&lt;P&gt;Failed to send a test notification to the event collector URL with the provided auth token. Please check integration details and try again.&lt;/P&gt;

&lt;P&gt;On the Splunk HF, I have configured the HEC with the following:&lt;BR /&gt;
Global Settings:&lt;BR /&gt;
All Tokens: Enabled&lt;BR /&gt;
Default Source Type: _json&lt;BR /&gt;
Default Index: Default&lt;BR /&gt;
Default Output Group: None&lt;BR /&gt;
Use Deployment Server: Checked&lt;BR /&gt;
Enable SSL: Checked&lt;BR /&gt;
HTTP Port Number: 8088&lt;/P&gt;

&lt;P&gt;Created a token:&lt;BR /&gt;
Name: prisma_hec&lt;BR /&gt;
Source: prismacloud&lt;BR /&gt;
Set Source Type:  _json&lt;BR /&gt;
Select Allowed Indexes: prisma&lt;/P&gt;

&lt;P&gt;On the Prisma Cloud side (based on that link above):&lt;/P&gt;

&lt;P&gt;Integration Type: Splunk&lt;BR /&gt;
Integration Name: prisma_hec&lt;BR /&gt;
Splunk HTTP event collector URL: &lt;A href="https://hec_ip:8088/services/collector/event" target="_blank"&gt;https://hec_ip:8088/services/collector/event&lt;/A&gt;&lt;BR /&gt;
Auth Token: token&lt;/P&gt;

&lt;P&gt;When I test the connection, I get that error above.&lt;/P&gt;

&lt;P&gt;Since we have the incoming IP addresses locked down to the Cloud Prisma server, we can't simply test.  I'm going to submit a request to allow another local IP address for testing the connection.  From the doc: &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.3/Data/UsetheHTTPEventCollector" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.3/Data/UsetheHTTPEventCollector&lt;/A&gt;, I have the right configuration and URL.  Has anyone see this before and can point me in the right direction for troubleshooting?&lt;/P&gt;

&lt;P&gt;I appreciate any help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Herman&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:10:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-Error-Failed-to-send-a-test-notification-to/m-p/495844#M84543</guid>
      <dc:creator>hfernandez_</dc:creator>
      <dc:date>2020-09-30T03:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP Event Collector Error:  Failed to send a test notification to the event collector URL with the provided auth token. Please check integration details and try again.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-Error-Failed-to-send-a-test-notification-to/m-p/495845#M84544</link>
      <description>&lt;P&gt;Ok, coming back to share my solution.  We changed our solution to use our Splunk Cloud HEC vs the on-prem HEC.  &lt;/P&gt;

&lt;P&gt;The Splunk Cloud HEC URL to use is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k &lt;A href="https://http-inputs-&amp;lt;splunk_cloud_url&amp;gt;:443/services/collector/event" target="test_blank"&gt;https://http-inputs-&amp;lt;splunk_cloud_url&amp;gt;:443/services/collector/event&lt;/A&gt; -H "Authorization: Splunk &amp;lt;token&amp;gt;" -d '{"event": "hello world"}'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Everything went well and Prisma Events are being ingested into Splunk in json format.  Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 20:52:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/HTTP-Event-Collector-Error-Failed-to-send-a-test-notification-to/m-p/495845#M84544</guid>
      <dc:creator>hfernandez_</dc:creator>
      <dc:date>2019-12-20T20:52:24Z</dc:date>
    </item>
  </channel>
</rss>

