Operations | Monitoring | ITSM | DevOps | Cloud

Latest posts

Elastic: Observability for time series data with the Kibana Visual Builder

Being able to correlate different data sources, such as metrics to logs to traces, is a key facet of observability. Gauge, data table, and markdown are a few of the visualization types available in Kibana. In the context of observability, the Visual Builder makes these even more powerful by allowing you to combine an infinite number of pipeline aggregations to observe complex data in a meaningful way.

Elastic: Introduction to logging with the ELK Stack: A primer for beginners

The Elastic Stack (also known as the ELK Stack) is used across a variety of use cases - from observability to security, from enterprise search to business analytics. Join us as we go over the basics and show you how to get started using the Elastic Stack for your log and metrics analytics - the first steps on the path to observability.

Generate metrics from your logs to view historical trends and track SLOs

Web server logs and other access logs from technologies such as NGINX, Apache, and AWS Elastic Load Balancing (ELB) provide a wealth of key performance indicators (KPIs) for monitoring the health and performance of your application and understanding your users’ experience. These logs tell you how long pages take to load, where errors are occurring, which parts of your application are requested the most, and much more.

Watchdog for Infra automatically detects infrastructure anomalies

Last year, we introduced Watchdog to help Datadog APM users detect performance problems in their services by applying machine learning algorithms to automatically surface anomalies. Today, we’re excited to announce Watchdog for Infra, which expands the scope of Watchdog to automatically provide ongoing visibility into the health and performance of your infrastructure with no setup required.

Making Observability Actionable at Scale - Sisir Koppaka | DBS DevConnect 2019

Many organisations already possess a vast amount of existing data about production systems. As customer expectations evolve, organisations are often challenged to find more proactive ways of dealing with traditionally reactive incident response activity. In this talk, we discuss approaches to unlock value from this data by making it truly actionable.

Docker Commands Cheat Sheet

In this article I will highlight the 6 key docker commands I use on a daily basis while using Docker in the real world. By no means is this an extensive list of commands, I kept it short on purpose so you could use it as a quick reference guide. I’ve also omitted the topic of building images and the commands that are associated with that.

Getting started with Mattermost integrations

Mattermost is well-known as a flexible, open source messaging platform. But what makes it even more useful is its ability to automate connections with bots and webhooks and to link up to external applications. These automations and connections are known as integrations. Many integrations are available off-the-shelf through the Integrations Directory. But there are lots of ways to create your own.

GoCenter Reveals Go Module Vulnerabilities With Xray

Golang developers care a lot about security and as Go modules become more widely used, they need more ways to assure these publicly shared files are safe. One unique feature included with Golang version 1.13 is the foresight that went into authentication and security for Go modules. When a developer creates a new module or a new version of an existing module, a go.sum file included there creates a list of SHA-256 hashes that are unique to that module version.