Operations | Monitoring | ITSM | DevOps | Cloud

Logging

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

Making the boat faster: Advantages of embedding services and training in software sales

In the highly competitive IT industry, staying ahead of the curve is crucial for success. As IT companies strive to meet the evolving needs of their customers, they are discovering that providing embedded services and comprehensive training can significantly enhance their sales efforts. The importance of having services is discussed in this Harvard Business Review article.

Monitor Windows event logs with Datadog

Whenever an event occurs on your Windows machine, the operating system records an event log that includes details about the nature of the event (e.g., critical runtime error) or security identifiers (for audit events). Windows event logs not only record system and application activity but also user actions and background processes, making them an invaluable tool for monitoring the security and health of your systems.

4 Tips to Reduce Your Observability Costs

Observability is essential for maintaining the performance and reliability of modern software systems. However, the cost associated with attaining and extending observability can quickly escalate in ways that may not even seem apparent at first. We hear from many organizations struggling to tamp down the costs of observability at a time when every dollar spent on technology is scrutinized.

What's EDA? Event-Driven Architecture Today

Event-Driven Architecture (EDA) is a modern approach to designing distributed systems with loosely coupled components. EDA has gained popularity in many industrial applications due to its flexibility, performance and scalability. This article offers a comprehensive overview of Event-Driven Architecture (EDA), explaining its key components and the patterns used. I’ll also cover the use cases of EDA and the benefits and challenges of implementing it.

Monitoring Microsoft SQL Server login audit events in Graylog

One of the most important events you should be monitoring on your network is failed and successful logon events. What comes to most people’s minds when they think of authentication auditing is OS level login events, but you should be logging all authentication events regardless of application or platform. Not only should we monitor these events across our network, but we should also normalize this data so that we can correlate events between these platforms.

How to run faster Loki metric queries with more accurate results

Today I want to talk about metric queries. More specifically, I want to talk about an important concept that is going to make your queries run faster, give you more accurate results, and make your Grafana Loki operators (like me) much happier. A metric query in Loki looks like this: And the part I want to talk about is that at the end. Now, if you’re like me and have a short attention span and are already bored — I understand.