Elasticsearch

Установка 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
How To Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

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

In this tutorial, we will go over the installation of the Elastic Stack on an Ubuntu 22.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
How To Use Ansible to Set Up a Production Elasticsearch Cluster — step-by-step Linux tutorial on Progressive Robot

How To Use Ansible to Set Up a Production Elasticsearch Cluster

In this tutorial, we’ll show you how to use Ansible, a configuration management tool, to install a production Elasticsearch cluster on Ubuntu 14.04 or CentOS 7 in a cloud server environment. We will build upon the Ansible and Tinc VPN tutorial to ensure that your Elasticsearch nodes will be secure from computers outside of your own network.

Read more
CHAT