<?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: Blue Prism Data Gateway integration with Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670494#M112431</link>
    <description>&lt;P&gt;Assuming that you configured your HEC port to be 8088, that URL looks correct to me.&amp;nbsp; Also, that endpoint expects JSON data - is that what Blue Prism is sending?&lt;BR /&gt;&lt;BR /&gt;There are several REST endpoints you can post to for the Splunk HEC&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HECRESTendpoints" target="_self"&gt; documented here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, here is a page with some curl commands you can use to test out the HEC endpoint locally to rule out where the issue is - that is, if it works with curl, then is there a network issue in between (e.g. firewall).&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HECExamples" target="_blank"&gt;HTTP Event Collector examples - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://mysplunkserver.example.com:8088/services/collector" target="_blank"&gt;https://mysplunkserver.example.com:8088/services/collector&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 18:30:54 GMT</pubDate>
    <dc:creator>_JP</dc:creator>
    <dc:date>2023-12-01T18:30:54Z</dc:date>
    <item>
      <title>Blue Prism Data Gateway integration with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670210#M112380</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to Splunk, and I am doing some testing with Blue Prism Data gateway with Splunk. How can I get the Splunk URL and API Token&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 15:24:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670210#M112380</guid>
      <dc:creator>blueprism-akin</dc:creator>
      <dc:date>2023-11-29T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism Data Gateway integration with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670233#M112384</link>
      <description>&lt;P&gt;Based on your description it sounds like you are configuring the Blue Prism side of things to point at the HTTP Event Collector (HEC).&amp;nbsp; To get the URL and token, you'll need to make sure the HEC configuration has been completed on the Splunk side so Blue Prism has a place to send its data.&lt;/P&gt;&lt;P&gt;Here's the documentation that pertains to configuration of the HEC component in Splunk:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 20:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670233#M112384</guid>
      <dc:creator>_JP</dc:creator>
      <dc:date>2023-11-29T20:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism Data Gateway integration with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670236#M112385</link>
      <description>&lt;P&gt;Hi JP,&lt;/P&gt;&lt;P&gt;Thank you for getting back to my message. I have gone through the documentation to enable HEC and generate the token. I also enabled SSL. This is part i am getting confused&lt;/P&gt;&lt;PRE&gt;&amp;lt;protocol&amp;gt;://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;endpoint&amp;gt;&lt;/PRE&gt;&lt;P&gt;in the documentation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i have it set as this -&amp;nbsp;&lt;A href="https://computer-name:8088/services/collector/event" target="_blank"&gt;https://computer-name:8088/services/collector/event&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is that correct?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 21:02:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670236#M112385</guid>
      <dc:creator>blueprism-akin</dc:creator>
      <dc:date>2023-11-29T21:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blue Prism Data Gateway integration with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670494#M112431</link>
      <description>&lt;P&gt;Assuming that you configured your HEC port to be 8088, that URL looks correct to me.&amp;nbsp; Also, that endpoint expects JSON data - is that what Blue Prism is sending?&lt;BR /&gt;&lt;BR /&gt;There are several REST endpoints you can post to for the Splunk HEC&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HECRESTendpoints" target="_self"&gt; documented here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, here is a page with some curl commands you can use to test out the HEC endpoint locally to rule out where the issue is - that is, if it works with curl, then is there a network issue in between (e.g. firewall).&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Data/HECExamples" target="_blank"&gt;HTTP Event Collector examples - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://mysplunkserver.example.com:8088/services/collector" target="_blank"&gt;https://mysplunkserver.example.com:8088/services/collector&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blue-Prism-Data-Gateway-integration-with-Splunk/m-p/670494#M112431</guid>
      <dc:creator>_JP</dc:creator>
      <dc:date>2023-12-01T18:30:54Z</dc:date>
    </item>
  </channel>
</rss>

