CAPLEX

Expand SOC with Transparent Pricing

12 August 2025, 10:00-10:45 CEST

  • Description:

    Join us for an insightful session on transforming your security operations with a platform that unifies SIEM and SOAR, delivers intuitive dashboards and alarms, and offers flexible, cost-efficient log retention. Discover how to simplify your security infrastructure while enhancing response speed, scalability, and operational efficiency. Plus, see it in action with a live demo showcasing how these capabilities work in real-world scenarios.


    Agenda:

    Welcome & Context – The evolution of security operations platforms

  • Integrated SOAR – Orchestration and automation within your SIEM
  • Intuitive Dashboards – Pre-aggregated insights and actionable alarms
  • Dynamic Log Storage – Flexible, cost-effective retention for growing data
  • Operational Simplicity – Reducing complexity for teams and infrastructure
  • Live Demo – Experience the platform’s key capabilities in action
  • Q&A – Interactive discussion with our experts

(function() {
var iframe = document.getElementById(“iframe_68936442d80cc”);
var src = iframe.getAttribute(“data-src”); // Fetch from data-src instead

console.log(“Original src:”, src);

if (!src) {
console.error(“No data-src attribute found on iframe!”);
return;
}

// Get UTM parameters from localStorage
var utmSource = localStorage.getItem(“utm_source”) || “direct”;
var utmMedium = localStorage.getItem(“utm_medium”) || “none”;
var utmCampaign = localStorage.getItem(“utm_campaign”) || “”;
var utmTerm = localStorage.getItem(“utm_term”) || “”;
var utmContent = localStorage.getItem(“utm_content”) || “”;
var gclid = localStorage.getItem(“gclid”) || “”;

// Get the parent page URL (referrer)
var refurl = encodeURIComponent(window.location.href);

// Construct UTM query parameters
var params = new URLSearchParams();
params.set(“utm_source”, utmSource);
params.set(“utm_medium”, utmMedium);
params.set(“utm_campaign”, utmCampaign);
params.set(“utm_term”, utmTerm);
params.set(“utm_content”, utmContent);
params.set(“gclid”, gclid);
params.set(“refurl”, refurl);

// Append UTM parameters to the iframe src
var finalSrc = src + (src.includes(“?”) ? “&” : “?”) + params.toString();
iframe.setAttribute(“src”, finalSrc);

console.log(“Final iframe src:”, finalSrc);
})();

// Initialize iFrameResizer (make sure iframeResizer is enqueued!)
iFrameResize({ log: false }, “#iframe_68936442d80cc”);

//listen to event from Pardot
window.addEventListener(“message”, function(m) {
if (m.data.event === “pardot_form_submit”) {
dataLayer.push(m.data);
console.log(“Datalayer pushed”);
}
});

window.addEventListener(“CookiebotOnConsentReady”, function (e) {
console.log(“CookiebotOnConsentReady fired”);

// Check consent immediately
if (Cookiebot.consent.marketing) {
console.log(“User has accepted marketing cookies (initial).”);
var iframe = document.getElementById(“iframe_68936442d80cc”);
if (iframe && iframe.contentWindow) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on initial load”);
} catch (error) {
console.error(“Error sending message to iframe:”, error);
}
} else {
console.error(“Iframe or its contentWindow is not available.”);
}
} else {
console.log(“User has not accepted marketing cookies”);
// Reload the iframe as marketing cookies are not accepted
var iframe = document.getElementById(“iframe_68936442d80cc”);
if (iframe) {
try {
iframe.src = iframe.src;
console.log(“Iframe reloaded due to no marketing consent.”);
} catch (error) {
console.error(“Error reloading iframe:”, error);
}
} else {
console.error(“Iframe not found for reloading.”);
}
}
}, false);

// Ensure the iframe has loaded before sending the message
window.addEventListener(“load”, function() {
var iframe = document.getElementById(“iframe_68936442d80cc”);
if (iframe) {
iframe.onload = function() {
if (Cookiebot.consent.marketing) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on iframe load”);
} catch (error) {
console.error(“Error sending message to iframe on iframe load:”, error);
}
}
};
} else {
console.error(“Iframe not found on window load for message sending.”);
}
});

setTimeout(function() {
var iframe = document.getElementById(“iframe_68936442d80cc”);
if (iframe) {
if (!iframe.onloadFired) {
iframe.onloadFired = true;
if (Cookiebot.consent.marketing) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on delayed check”);
} catch (error) {
console.error(“Error sending message on delayed check:”, error);
}
}
}
}
}, 1000); // 1 second delay to catch late loading iframes

iframe {
height: 750px;
}

@media (max-width: 1024px) {
iframe {
height: 450px;
}
}

The presenters

Lars Wilcken Breinholt
Lars Wilcken BreinholtRegional Sales Manager
Ulrik Rosendal-Jensen
Ulrik Rosendal-JensenSolution Engineer
Ayse Altinsoy
Ayse AltinsoyRegional Marketing Manager

The post Expand SOC with Transparent Pricing appeared first on Logpoint.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button