<?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: How to integrate Salesforce Marketing Cloud with Splunk in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/699381#M20267</link>
    <description>&lt;P&gt;Hi Lawrence,&lt;/P&gt;&lt;P&gt;can you please share your solution? A customer just asked us to collect audit logs from Marketing Cloud and we're trying to figure how to do it.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 09:29:59 GMT</pubDate>
    <dc:creator>marcoscala</dc:creator>
    <dc:date>2024-09-18T09:29:59Z</dc:date>
    <item>
      <title>How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672259#M18166</link>
      <description>&lt;P&gt;As a Splunk SME, I'm tasked to set up the ingestion of Salesforce Marketing Cloud transactional messages into Splunk. We're currently trying to utilize HTTP event collector (HEC) for this but we couldn't get it to work because it's giving us this error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lawrence_magpoc_0-1702894257156.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28567i080F0B874A7BABAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lawrence_magpoc_0-1702894257156.png" alt="lawrence_magpoc_0-1702894257156.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The Marketing Cloud developer I'm working with told me that in order to resolve the above error, we need to figure out how to "verify callbacks" from our end (Splunk)&lt;BR /&gt;&lt;A href="https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/verifyCallback.html" target="_blank" rel="noopener"&gt;https://developer.salesforce.com/docs/marketing/marketing-cloud/guide/verifyCallback.html&lt;/A&gt;&lt;BR /&gt;I need to know if there's a way to achieve that through HEC or if we need to take an entirely different approach to get the Marketing Cloud events to Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 07:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672259#M18166</guid>
      <dc:creator>lawrence_magpoc</dc:creator>
      <dc:date>2023-12-19T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672401#M18175</link>
      <description>&lt;P&gt;Splunk HEC does not do callbacks.&amp;nbsp; Clients send data over HTTP and Splunk responds with an HTTP status code.&amp;nbsp; That's it (unless you use ACK, but don't do that).&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 13:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672401#M18175</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-20T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672680#M18194</link>
      <description>&lt;P&gt;Ok so I suppose HEC is out of the question then? Is there an alternative solution?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 09:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672680#M18194</guid>
      <dc:creator>lawrence_magpoc</dc:creator>
      <dc:date>2023-12-26T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672683#M18195</link>
      <description>&lt;P&gt;There are a few ways to onboard data into Splunk.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Install a universal forwarder on the server to send log files to Splunk&lt;/LI&gt;&lt;LI&gt;Have the server send syslog data to Splunk via a syslog server or Splunk Connect for Syslog&lt;/LI&gt;&lt;LI&gt;Use the server's API to extract data for indexing&lt;/LI&gt;&lt;LI&gt;Use Splunk DB Connect to pull data from the server's SQL database.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 26 Dec 2023 13:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/672683#M18195</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-12-26T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/677410#M18650</link>
      <description>&lt;P&gt;I already figured out how to get it to work.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:41:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/677410#M18650</guid>
      <dc:creator>lawrence_magpoc</dc:creator>
      <dc:date>2024-02-13T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/699381#M20267</link>
      <description>&lt;P&gt;Hi Lawrence,&lt;/P&gt;&lt;P&gt;can you please share your solution? A customer just asked us to collect audit logs from Marketing Cloud and we're trying to figure how to do it.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 09:29:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/699381#M20267</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2024-09-18T09:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/700834#M20392</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/290"&gt;@marcoscala&lt;/a&gt;&amp;nbsp;sorry for the late response. I only saw your comment just now.&lt;BR /&gt;&lt;BR /&gt;Here's how we did it:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Before anything else, make sure that the connection between your Splunk forwarder and SFMC is established and nothing is blocking it. This is were we had our problem initially.&lt;/LI&gt;&lt;LI&gt;Set up HEC on your Splunk forwarder. Make sure to set the allowQueryStringAuth setting to "true". This will make your HEC act as a webhook. This is important because SMFC only allows you to input endpoint URL and nothing else.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.salesforce.com/docs/marketing/marketing-cloud/references/mc_rest_event_notification/createCallback.html" target="_self"&gt;Register your callback URL in SFMC&lt;/A&gt; using the HEC endpoint URL and token from step 2. Your callback URL should look something like this:&lt;BR /&gt;https://&amp;lt;Your HEC endpoint URL here&amp;gt;:8088/services/collector/event?token=&amp;lt;your HEC token here&amp;gt;​&lt;BR /&gt;If successful, this will return a callbackid and verification key to be used for the next step.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.salesforce.com/docs/marketing/marketing-cloud/references/mc_rest_event_notification/verifyCallback.html" target="_self"&gt;Manually verify the callback&lt;/A&gt; created from step 3. Now I'm not sure if it matters where you do it but just to be sure, execute the command on the server which is running your Splunk forwarder instance.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.salesforce.com/docs/marketing/marketing-cloud/references/mc_rest_event_notification/createSubscription.html" target="_self"&gt;Create your ENS in SMFC&lt;/A&gt;. Granted that everything went well, you should now see the events coming in. I suggest temporarily removing all the filters from your ENS until you've confirmed that you're indeed receiving data from it.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 03 Oct 2024 03:11:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/700834#M20392</guid>
      <dc:creator>lawrence_magpoc</dc:creator>
      <dc:date>2024-10-03T03:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate Salesforce Marketing Cloud with Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/759995#M24106</link>
      <description>&lt;P&gt;In step3 , How did you configure in SFMC event call back URL in setup. SFMC doesn't not support ports or query string parameter to be passed during the registration of call back url.&lt;/P&gt;&lt;P&gt;I have whitelisted all the SMFC provided event related IPS with my windows team. But still getting an error 400&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 20:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-integrate-Salesforce-Marketing-Cloud-with-Splunk/m-p/759995#M24106</guid>
      <dc:creator>Naresh_sfmc</dc:creator>
      <dc:date>2026-04-07T20:19:10Z</dc:date>
    </item>
  </channel>
</rss>

