Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

UNLIMITED

Linux Format

Build a search and analytic engine

The main subject of this tutorial is Elasticsearch, which is a distributed search and analytics engine. However, it can’t work on its own and requires other software for collecting, analysing and visualising data. Elasticsearch works very well with Logstash and Kibana – both will be used in this tutorial. Additionally, you will see Filebeat in action.

Nowadays, almost all software can run as a container using a Docker image, and Elasticsearch is no exception. For reasons of simplicity, we are going to use a docker-compose.yml file for executing the Elasticsearch Docker image along with Kibana. The contents of docker-compose.yml will be the following:

Store docker-compose.yml in its own directory for reasons of simplicity and efficiency – give a descriptive name to the relevant directory. After that you can start the Docker image by running docker-compose up and stop it with docker-compose down from inside that directory. Note that if you have issues with a docker-compose.yml YAML file, it helps to look at the generated output for hints about the problems. Keep in mind that Docker in general and docker-compose.yml files specifically make experimenting with complex software a better experience, so use them when possible.

Docking with Elasticsearch

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format2 min read
Ark
Version: 24.08.3 Web: https://apps.kde.org/ark/ Atypical desktop user works with several different file archiving utilities for their myriad needs. After all, not every tool supports every archiving format, such as GZIP, TAR, BZIP2, 7ZIP, RAR and so
Linux Format4 min read
Mailserver
Thank you for your hard work. Your magazine has helped me teach myself. You let us know about a price rise – I would pay eight quid. Mind you, I’m a doctor! How about an article focusing on Jupiter Broadcasting with its “value for value” model? I bet
Linux Format9 min read
Answers
Q Bits of music I ripped all my CDs into 128kb/s MP3s, using Audiograbber on a Windows laptop at the time. I’ve since ripped some of my most listened to albums in 320kb/s and now I’m seeing the benefits of FLAC. I am trying to find out which CDs need

Related Books & Audiobooks