article thumbnail

Exploring MySQL Binlog Server – Ripple

Scalegrid

MySQL does not limit the number of slaves that you can connect to the master server in a replication topology. A classic solution for this problem is to deploy a binlog server – an intermediate proxy server that sits between the master and its slaves. Ripple is an open source binlog server developed by Pavel Ivanov.

Servers 262
article thumbnail

Detect VMware Aria Operations for Logs exploitation with Dynatrace and DQL

Dynatrace

To exploit this vulnerability to gain remote code execution (RCE), the following steps have to be taken by the malicious actor: Create a Thrift client to gain unauthenticated access to the Log Insight Thrift server. The Log Insight server stores relevant logs in the file /var/log/loginsight/runtime.log.

Analytics 279
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

One option is purchasing your own CA-signed SSL certificates and configuring them on the MongoDB server. In this blog post, we show you two methods to securely connect to a MongoDB server configured with self-signed certificates for SSL, using the official C# MongoDB driver. ScaleGrid provides you two options for setting up SSL.

C++ 244
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

Concatenating our files on the server: Are we going to send many smaller files, or are we going to send one monolithic file? This gave rise to heavy bundling and concatenation—why download three CSS files (half of our budget) if we could compress them into one? 4,362ms of cumulative latency; 240ms of cumulative download.

Cache 338
article thumbnail

CrowdStrike BSOD: Quickly find machines impacted by the CrowdStrike issue

Dynatrace

Dynatrace does this by automatically creating a dependency map of your IT ecosystem, pinpointing the technologies in your stack and how they interact with each other, including servers, processes, application services, and web applications across data centers and multicloud environments. Q: What was the cause of the outage?

Airlines 306
article thumbnail

Spring Cloud Sleuth Makes Distributed Tracing Simple

DZone

To collect and visualize the Spring Cloud Sleuth entries, you'll also need to download and run a Zipkin server. We'll use Okta as an OAuth 2.0 & OIDC provider to secure the Spring Boot application. To configure Okta and Spring Boot, you will utilize the Okta CLI.

Cloud 272
article thumbnail

Easily migrate your OneAgent from one tenant or server to another

Dynatrace

OneAgent knows where to connect for further runtime configuration and where to send data because the installer itself is pre-configured to connect to the exact tenant and server that it’s downloaded from. But what if your environment grows and you decide to distribute data between two Dynatrace servers?

Servers 157