Elastic search: create a cluster with multiple nodes - Elastic Stack 8.0

In my previous article: Elastic Stack 8.0 installation - protecting your Elastic Stack is now easier than ever Elastic: use Docker to install Elastic Stack 8.0 and start using it I described in detail how to install a single node Elastic Stack. In today's tutorial, I detail how to install a three node Elasticsearch cluster. I will use Docke ...

Posted by chadbobb on Sun, 20 Feb 2022 08:09:52 +0100

Logstash: import RSS feed data

In the actual use process, we sometimes want to import and search RSS data. In many real micro services, a lot of data is provided in the form of RSS feed, such as our common comment websites. So is there any way to import these data into Elasticsearch and search? The answer is to use the information provided by Logstash RSS input plugin . In ...

Posted by holowugz on Sun, 30 Jan 2022 18:46:39 +0100

Elasticsearch: Supervised Machine Learning - Supervised Machine Learning

Elastic supervised learning enables you to train machine learning models based on the training examples you provide. Then, you can use your model to predict the new data. This article summarizes the end-to-end workflow of the training, evaluation, and deployment model. It outlines the steps required to identify and implement a solution using su ...

Posted by kiwis on Fri, 21 Jan 2022 16:33:26 +0100

Elastic: backup and recovery

In my previous article“ Elasticsearch: Cluster backup Snapshot and Restore API ”, I will describe in detail how to backup and restore the desired index or cluster state using the snapshot and restore API interfaces officially provided by Elastic. In today's article, we will use another method to backup and restore an index in an el ...

Posted by Niel Roos on Wed, 19 Jan 2022 07:23:38 +0100