Webinar: Reduce operational burden, gain efficiency with Logpoint’s latest release


0


 

23 April 2025, 11:00 – 12:00 CET

Security departments in critical national infrastructure and SOC teams in MSSPs struggle to make the most out of their existing resources. However, inefficient workflows and bottlenecks prevent them from achieving their goals in a timely and cost-effective manner. That’s why we’re thrilled to announce that Logpoint’s latest release is designed to help you reduce the operational burden and make your team more efficient. Join us in this session to explore how Logpoint’s latest enhancements can help you transform the way you optimize your security operations effectiveness.

In this webinar, we cover how Logpoint helps you:

  • Reduce onboarding costs: Simplify your SIEM deployment with out-of-the-box Syslog ingestion to instantly capture logs
  • Spot inactive log sources to uncover issues: Identify which log source stopped sending logs and gain confidence about the stability of your system
  • Empower your team to be more efficient: Enable your SOC teams with features that allow for better collaboration and streamline operations, such as centralized access to analytics content and bulk management of alert rules

(function() {
var iframe = document.getElementById(“iframe_67e290893e19b”);
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_67e290893e19b”);

//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_67e290893e19b”);
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_67e290893e19b”);
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_67e290893e19b”);
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_67e290893e19b”);
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

Dinesh Aryal
Dinesh AryalAssociate Product Owner
Sergio Lozano Álvarez
Sergio Lozano ÁlvarezProduct Marketing Manager

The post Webinar: Reduce operational burden, gain efficiency with Logpoint’s latest release appeared first on Logpoint.


Don’t miss the Buzz!

We don’t spam! Read our privacy policy for more info.

🤞 Don’t miss the Buzz!

We don’t spam! Read more in our privacy policy


Like it? Share with your friends!

0

0 Comments

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