Elasticsearch

How To Gather Infrastructure Metrics with Metricbeat on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Gather Infrastructure Metrics with Metricbeat on Ubuntu 18.04

Metricbeat, the replacement for Topbeat, is a lightweight data shipper that collects CPU and memory statistics from a server and sends the data directly to your Elasticsearch deployment. In this tutorial, you will use Metricbeat to forward local system metrics like CPU/memory/disk usage and network utilization from an Ubuntu 18.04 server to another server of the same kind with the Elastic Stack installed.

Read more
Установка Elasticsearch, Logstash и Kibana (комплект Elastic) в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Elasticsearch, Logstash и Kibana (комплект Elastic) в Ubuntu 20.04

Комплекс Elastic Stack (прежнее название — комплекс ELK) представляет собой набор программного обеспечения Elastic с открытым исходным кодом, обеспечивающий возможности поиска, анализа и визуализации журналов, сгенерированных любым источником в любом…

Read more
How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04

Many times, you might need to migrate data from MongoDB to Elasticsearch in bulk. Writing your own program for this task can be tedious. There is a wonderful open source utility called Transporter, developed by [Compose](https://www.compose.io/) (a cloud platform for databases), that takes care of this task very efficiently. This tutorial shows you how to use the open-source utility Transporter to copy data from MongoDB to Elasticsearch with custom transformations.

Read more
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 20.04

In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 20.04 server. You will learn how to install all of the components of the Elastic Stack (including Filebeat, a Beat used for forwarding and centralizing logs and files) and configure them to gather and visualize system logs. We will install all components on a single server, which we will refer to as our Elastic Stack Server.

Read more
CHAT