Operations | Monitoring | ITSM | DevOps | Cloud

How to manage Elasticsearch data across multiple indices with Filebeat, ILM, and data streams

Indices are an important part of Elasticsearch. Each index keeps your data sets separated and organized, giving you the flexibility to treat each set differently, as well as make it simple to manage data through its lifecycle. And Elastic makes it easy to take full advantage of indices by offering ingest methods and management tools to simplify the process.

TL;DR InfluxDB Tech Tips: Debugging and Monitoring Tasks with InfluxDB

With InfluxDB you can use Tasks to process data on a schedule. You can also use tasks to write custom alerts. However, sometimes your task will fail. In this TLDR, we’ll learn how to debug your task with the InfluxDB UI and the InfluxDB CLI.

TL;DR InfluxDB Tech Tips - Time Series Forecasting with Telegraf

If you’re familiar with Telegraf, you know that you can easily configure this lightweight collection agent with a single TOML configuration file to gather metrics from over 180 inputs and write data to a wide variety of different outputs and/or platforms. You might also know that Telegraf can act as a processor, aggregator, parser, and serializer.

How to deploy an open source database in 10 minutes | Aiven

A short demo showing how to create managed data infrastructure in 10 minutes with Aiven. ABOUT AIVEN We help organizations fuel the continuous innovation needed to create awesome, data-intensive applications by using the leading open source technologies. After building expertise managing mission-critical data infrastructure for companies like F-Secure and Nokia, Aiven’s founders noticed that cloud adoption was increasing but infrastructure solutions were either proprietary or difficult to translate into business results.

The Route to Automated Remediation

An abundance of information can be daunting for any company. If internal teams do not know where the data is, it might hamper their efficiency at the cost of data quality and cleanliness. From a cost-effectiveness viewpoint, organizations are likely to waste excessively by hanging on to redundant data or storing varied data in one location irrespective of their sensitivity level.

The Road to Zero Touch Goes Through Machine Learning

The telecom industry is in the midst of a massive shift to new service offerings enabled by 5G and edge computing technologies. With this digital transformation, networks and network services are becoming increasingly complex: RAN, Core and Transport are only a few of the network’s many layers and integrated components. Today’s telecom engineers are expected to handle, manage, optimize, monitor and troubleshoot multi-technology and multi-vendor networks.

Correlation Analysis Explained

When you detect that something is off in your business, how long does it take you to find the root cause? The longer it takes, the more it can cost you. Correlation analysis identifies relationships between KPIs, which business teams use to accelerate root cause analysis (RCA) and mean time to remediation (MTTR). Doing it manually however can be tedious and limit your visibility.

How to set up managed Apache Kafka in 10 minutes | Aiven

A short demo showing how to stand up a managed Apache Kafka cluster in 10 minutes with Aiven. ABOUT AIVEN We help organizations fuel the continuous innovation needed to create awesome, data-intensive applications by using the leading open source technologies. After building expertise managing mission-critical data infrastructure for companies like F-Secure and Nokia, Aiven’s founders noticed that cloud adoption was increasing but infrastructure solutions were either proprietary or difficult to translate into business results.

JSON to InfluxDB with Telegraf and Starlark

Data platforms — or databases with sets of APIs for flexibly working with data — are quintessential backbones for those who rely heavily on being able to change how they obtain data and work with their data over time. A good data platform will provide you the necessary tools to glean the insights you need to solve tangible problems. That platform should also hopefully make it so you don’t have a bad time doing it!