Operations | Monitoring | ITSM | DevOps | Cloud

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

Introducing Coralogix's AI Center: Real-time AI Observability

Traditional observability wasn't built for. The reason? AI operates in shades of grey, where outcomes are non-deterministic. That's why we built the AI Center, bringing real-time AI observability to thousands of enterprises worldwide. As part of our AI Center, we built an evaluation engine, designed to oversee and detect specific issues that are most common when building AI agents. Teams can choose the evaluators they want to oversee each agent and receive live alerts and reports into specific quality, security and compliance issues.

Best Logging Practices: 14 Do's and Don'ts for Better Logging

Ever found yourself drowning in a sea of log data, struggling to make sense of the overwhelming noise? Or perhaps faced a major system breakdown, only to find that your logs didn’t provide the answers you needed, leaving you in the dark? Effective logging is a critical yet often overlooked aspect of software development and operations, highlighting why logging is important – it’s the foundation upon which observability, troubleshooting, and system maintenance are built.

Elasticsearch in the aviation industry: A game-changer for data management

Digital customer experience is no longer a luxury but a necessity for European airlines. It drives customer satisfaction, enhances operational efficiency, and creates a sustainable competitive advantage. As the industry continues to evolve, airlines that prioritise investment in cutting-edge digital technologies and platforms will be better positioned to thrive in a dynamic and demanding market.

Log File Analysis: A Guide for DevOps Engineers

Ever found yourself buried in endless log files, trying to piece together what went wrong? For DevOps engineers, log analysis isn’t just about debugging—it’s a crucial skill for maintaining reliable systems and catching issues before they escalate. In this guide, we’ll cover everything you need to know about log file analysis, from the fundamentals to the best tools available today.

Website Logging: Everything You Need to Get Started

If you're new to DevOps, you’ve likely noticed that website logging plays a bigger role than it seems at first. It’s not just a routine task—it’s how you keep systems stable, troubleshoot issues, and understand what’s happening under the hood. A good logging setup captures what went wrong, when, and why—helping you fix problems faster instead of guessing.

AWS ALB vs ELB: Which load balancer is right for you?

Load balancers play a key role in Amazon Web Services (AWS) systems by maintaining traffic distribution, detecting server issues, and redirecting client requests to available servers without any downtime. But, choosing the right AWS load balancer can be daunting, as it’s essential for optimizing your application performance and scalability. Depending on your use case, you may find that an Elastic Load Balancer (ELB) or Application Load Balancer (ALB) better suits your needs.

3CX VoIP Call Detail Records In Graylog

Even with the rise of high-speed networks and sophisticated monitoring tools, VoIP Call Data Records (CDR) remain an essential resource for troubleshooting and optimizing bandwidth usage. These records provide a granular view of call quality, latency, jitter, and packet loss—critical factors that directly impact voice performance.

How to Set Up Logging in Node.js (Without Overthinking It)

Logging in Node.js might not be the most exciting part of development, but it’s one of the most important. Whether you're troubleshooting bugs or keeping track of how your app is running, good logs make life easier. Let’s break down how to set up logging the right way.