Operations | Monitoring | ITSM | DevOps | Cloud

%term

Types of Log Management Tools and How to Choose the Best Solution

As any business running microservices, containerized applications, networking devices, or multiple servers knows, it’s important to get a centralized log management system that fits your company’s unique needs. The best log management solution should empower your business to gain insights, resolve production issues quickly, streamline your DevOps and IT teams, and allow you to work more efficiently.

New Free App for Active Directory

In organizations which uses a Windows server environment, the vast majority of authentication and access control processes are managed within Active Directory. As a central and critical component for managing organizational IT resources, Active Directory logs contain valuable information which must be closely monitored and analyzed.

An in-depth look at 100% Zero Downtime deployments with Terraform

At Checkly, we run our browser checks on AWS EC2 instances managed by Terraform. When shipping a new version, we don’t want to interrupt our service, so we need zero downtime deployments. Hashicorp has their own write up on zero downtime upgrades, but it only introduces the Terraform configuration without any context, workflow or other details that are needed to actually make this work in real life™.

Hello from Atlassian!

It's official and you're the first to know – Opsgenie is the newest member of the Atlassian family! Our commitment to you has always been that we'll provide the world's best alerting and incident management solution, coupled with outstanding customer service. That doesn't change. But we're excited to bring you even more – a fresh new logo, new plans, and much lower pricing.

A Java troubleshooting guide: network, memory leaks and threads

While the term ‘Java troubleshooting’ can apply to many, many scenarios, this post focuses on three particular long-standing Java production scenarios: a denial of service to a Java service endpoint, a memory leak, and troubleshooting a thread deadlock or race condition. Follow along as we use Java inside Docker containers to facilitate quick testing and show you how to use open source sysdig to quickly diagnose each troubleshooting scenario.