Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Mastering Null Semantics: Translating SQL Expressions to OpenSearch DSL

Working at Coralogix, a leading full-stack observability platform, I recently faced an interesting challenge. The team I am part of is building the DataPrime query language and query engine, used to easily query logs and other observability data on the platform, usually in the form of Parquet files on AWS S3. Inside the engine, our DataPrime queries are transformed into query plans with SQL-like expressions, for example in filters.

Role-Based Access Control in Kafka Cluster Management

Role-Based Access Control (RBAC) is an essential component of Kafka cluster management. If you’ve ever dealt with Kafka, you know how powerful it is, but you also know how quickly things can get out of hand without proper controls in place. That’s where RBAC comes in. It’s like having a bouncer at the door of your data club—only the right people get in, and they can only do what they’re supposed to.

Everything You Need to Know About Azure Bandwidth Pricing: Azure Data Transfer Costs 101

Why are Azure cloud costs such a head scratcher? A big factor is not knowing the main driver that causes your monthly bills to fluctuate. We might know the culprit behind your cloud costs— it’s almost always data transfer costs or changes to Azure bandwidth pricing. We’ll give you the insider scoop so you can demystify your cloud budget and properly prepare yourself for your monthly Azure bill. Table of Contents Toggle.

Debugging with Sentry and Expo

Sentry is a debuggability platform that provides real-time insights into production deployments with info to reproduce and fix errors, crashes, and slow code. We are very lucky to welcome Krystof Woldrich from Sentry to join the stream and live demo some debug magic. From the Expo side we will have debug wizard and father of Expo Atlas, Cedric Van Putten. The two of them are going to show a complete debug flow.
Sponsored Post

Telecom Talks 2024: Pioneering the Future of Telecommunications

Telecom Talks 2024, held on May 8 at Ravenswood Avenue in Menlo Park, was a landmark event that brought together the brightest minds and leading companies in the telecommunications industry. This year’s event focused on the theme of digital transformation, exploring how cutting-edge technologies and innovative solutions are reshaping the telecom landscape. Industry experts, analysts, technology providers, and telecom operators came together to share insights and forge new collaborations.

Keep Your VIPs Happy with Martello Vantage DX

Keep Your VIPs Happy with Martello Vantage DX Tired of constantly firefighting Microsoft Teams issues for your VIPs? In this video, discover how Martello Vantage DX helps IT teams shift from reactive problem-solving to proactive management. With end-to-end visibility, automated correlation, and synthetic testing, Vantage DX identifies and resolves issues before they disrupt important meetings. See how you can deliver a flawless Teams experience and keep your VIPs satisfied.

Automatic Discovery and Instrumentation of PostgreSQL with Splunk OpenTelemetry Collector

In this video I’ll walk through the steps to instrument a PostgreSQL database using the Automatic discovery and configuration feature of the Splunk OpenTelemetry Collector. We’ll use an install script to install and run the Collector with discovery mode on a Linux machine where the database is running. I’ll then show you how to properly configure the PostgreSQL receiver properties so that the Collector is able to connect and authenticate to the database. Once the Collector is successfully configured, I’ll show you how to view those metrics in Splunk Observability Cloud.

On-Premises or SaaS? How to Choose the Right ScienceLogic Deployment

When it comes to setting up new technology – especially one you rely on for monitoring and maintaining IT infrastructure service health and availability – the process is far more intricate than just tweaking a few settings. It demands thoughtful planning and specialized knowledge to ensure seamless integration and alignment with your operational goals. That’s why we’re excited to offer the ScienceLogic AI platform in both cloud-based and on-premises configurations.

What is Network Monitoring? Everything You Need to Know About, What It Is & How It Works

' Whether you’re a seasoned IT professional or just beginning to explore the intricacies of network monitoring, you may have heard about "Network Monitoring" and how important it is to ensure that your network, and all its related applications, services and devices, are working as they should be.

How to Integrate Java with Logit.io

Java is a popular programming language, developed almost 30 years ago by Sun Microsystems, based on the main theory of ‘write once, run anywhere’ (WORA). Due to Java having been around for a long time, numerous learning resources are available for new developers which further adds to its popularity. Also, Java code can operate on any underlying platform like Windows, Linux, iOS, or Android without rewriting.