Operations | Monitoring | ITSM | DevOps | Cloud

Logz.io Eliminates Complications Associated with Container Logging with Launch of Specialized Docker Logging Plugin

BOSTON and TEL AVIV, June 13, 2018 — Logz.io, the leading provider of AI-powered log analytics, releases a specialized Docker Logging Plugin, enabling users to easily ship container logs to Logz.io. The Docker Logging Plugin was created to relieve many of the common issues developers experience when shipping container logs such as complex configuration, accidental pausing of container shipments, and potential loss of data.

Elasticsearch Performance Tuning

Once you have your Elasticsearch running, you’ll likely eventually find that performance starts to suffer over time. This can be due to a variety of factors, including changes in the way you’re using your cluster to how much and what types of data are being sent in. In order to maintain your cluster, you’ll need to set up monitors to alert you to any warning signs so that you can proactively handle available maintenance windows.

How you can take back control over your log analytics with AI

We’ve all been there — you’re on-call, fast asleep at 3 AM when suddenly, in comes the alerts–in overdrive. Your system is notifying you of some sort of abnormal behavior, but with all the alerts and data coming through, its difficult to figure out what your system is trying to tell you. Is there potential malicious behavior? Did someone write faulty code? Is it an important issue or can it wait? Is it nothing at all?

Distributed Tracing with Zipkin and ELK

While logs can tell us whether a specific request failed to execute or not and metrics can help us monitor how many times this request failed and how long the failed request took, traces help us debug the reason why the request failed, or took so long to execute by breaking up the execution flow and dissecting it into smaller events.