Book Image

Elasticsearch 7 Quick Start Guide

By : Anurag Srivastava, Douglas Miller
Book Image

Elasticsearch 7 Quick Start Guide

By: Anurag Srivastava, Douglas Miller

Overview of this book

Elasticsearch is one of the most popular tools for distributed search and analytics. This Elasticsearch book highlights the latest features of Elasticsearch 7 and helps you understand how you can use them to build your own search applications with ease. Starting with an introduction to the Elastic Stack, this book will help you quickly get up to speed with using Elasticsearch. You'll learn how to install, configure, manage, secure, and deploy Elasticsearch clusters, as well as how to use your deployment to develop powerful search and analytics solutions. As you progress, you'll also understand how to troubleshoot any issues that you may encounter along the way. Finally, the book will help you explore the inner workings of Elasticsearch and gain insights into queries, analyzers, mappings, and aggregations as you learn to work with search results. By the end of this book, you'll have a basic understanding of how to build and deploy effective search and analytics solutions using Elasticsearch.
Table of Contents (10 chapters)

Installing Elasticsearch

In the last chapter, we introduced the Elastic Stack. We covered the basics and different use cases. Now we will focus on Elasticsearch and learn more about it. In this chapter, we will cover the Elasticsearch installation process on different operating systems. Elasticsearch can be installed and run on a computer or on the Elastic Cloud (assuming it's the hosted Elasticsearch service). The latter option uses Amazon Web Services (AWS) and Google Cloud Platform (GCP) to host Elasticsearch and Kibana, and users should note that to run the Elastic Stack, Java 8 or newer is needed. So, let's start the Elasticsearch installation process to understand how it can be installed on different operating systems. In this chapter, we are going to cover the following:

  • Installing Elasticsearch on Linux or macOS
  • Installing Elasticsearch using the Debian package...