Operations | Monitoring | ITSM | DevOps | Cloud

Logging

The latest News and Information on Log Management, Log Analytics and related technologies.

Common Event Format (CEF): An Introduction

In the world of software engineering, monitoring and logging are two essential processes that help developers keep track of the performance and behavior of their applications. To facilitate this process, several logging formats have been developed over the years, including the Common Event Format (CEF). In this blog post, we will take a closer look at what the Common Event Format is, how it works, and why it is important.

10+ Best Status Page Tools: Free, Open source & Paid [2023 Comparison]

Communication with our users is very important. You want them to be aware of the new features that your platform exposes, exciting news about the company, but also about the status of the services that you are building for them. This includes information about all the functionalities and the infrastructure and applications behind them – when they work correctly and efficiently and when they don’t.

Kubernetes Logging

You'll notice that monitoring and logging don't appear on the list of core Kubernetes features. However, this is not due to the fact that Kubernetes does not offer any sort of logging or monitoring functionality at all. It does, but it’s complicated. Kubernetes’ kubectl tells us all about the status of the different objects in a cluster and creates logs for certain types of files. But ideally speaking, you won't find a native logging solution embedded in Kubernetes.

How to Use Operational IT Data for PLG

Operational IT data, such as log data and other application telemetry, can play an important role in understanding your users. Leveraging user data to continuously optimize and improve products is a core tenet of product-led growth (PLG). Let’s learn more about PLG, and how IT telemetry data can be used to power strategic growth.

Victory over the universe: managing chaos, achieving reliability

There is something unique about how Sumo Logic CTO, Christian Beedgen, presents at events. At Illuminate, he expanded upon ideas he shared at SLOconf, turning reliability management into a logical and fundamentally humane solution. I may not be as entertaining as Christian when he presents, but if you want the summary without the jokes or details, this blog is for you.

Data Analytics 101: The 4 Types of Data Analytics Your Business Needs

Data analytics refers to the discovery, management and communication of meaningful insights from historical information to drive business processes and improve decision making. The process involves: So, let's take a look at data analytics today, specifically the 4 types you need and what they'll tell you about your organization.

Log Analytics 2023 Guide

As enteprise networks grow larger and more complex, IT teams are increasingly dependent on the enhanced network visibility and monitoring capabilities provided by log analytics solutions. Log analytics gives enterprise Engineering, DevOps, and SecOps teams the ability to efficiently troubleshoot cloud services and infrastructure, monitor the security posture of enterprise IT assets, and measure application performance throughout the application lifecycle or DevOps release pipeline.

Python Logging Tutorial: How-To, Basic Examples & Best Practices

Logging is the process of keeping records of activities and data of a software program. It is an important aspect of developing, debugging, and running software solutions as it helps developers track their program, better understand the flow and discover unexpected scenarios and problems. The log records are extremely helpful in scenarios where a developer has to debug or maintain another developer’s code.