hbgamra / Elasticsearch-7-Quick-Start-Guide

Elasticsearch 7 Quick Start Guide, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch 7 Quick Start Guide

Elasticsearch 7 Quick Start Guide

This is the code repository for Elasticsearch 7 Quick Start Guide, published by Packt.

Get up and running with the distributed search and analytics capabilities of Elasticsearch

What is this book about?

Elasticsearch is one of the most popular tools for distributed search. This book will help you in understanding all about the new features of Elasticsearch 7, and how to use them efficiently for searching, aggregating and indexing data with speed and accuracy.

This book covers the following exciting features:

  • Install Elasticsearch and use it to safely store data and retrieve it when needed
  • Work with a variety of analyzers and filters
  • Discover techniques to improve search results in Elasticsearch
  • Understand how to perform metric and bucket aggregations
  • Implement best practices for moving clusters and applications to production
  • Explore various techniques to secure your Elasticsearch clusters

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example,

The code will look like the following:

PUT index_name
{
  "settings": {
    "number_of_shards": 1
  },
  "mappings": {
    "_doc": {
       "properties": {
          "field_number_1": {
             "type": "text"
          }
       }
    }
  }
}

Following is what you need for this book: This book is for software developers, engineers, data architects, system administrators, and anyone who wants to get up and running with Elasticsearch 7. No prior experience with Elasticsearch is required.

With the following software and hardware list you can run all code files present in the book (Chapter 3-8).

Software and Hardware List

Chapter Software required OS required
3-8 Elasticsearch 7.x, Kibana 7.x Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Anurag Srivastava is a senior technical lead in a multinational software company. He has more than 12 years' experience in web-based application development. He is proficient in designing architecture for scalable and highly available applications. He has handled development teams and multiple clients from all over the globe over the past 10 years of his professional career. He has significant experience with the Elastic Stack (Elasticsearch, Logstash, and Kibana) for creating dashboards using system metrics data, log data, application data, and relational databases. He has authored three other books—Mastering Kibana 6.x, and Kibana 7 Quick Start Guide, and Learning Kibana 7 - Second Edition, all published by Packt.

Douglas Miller is an expert in helping fast-growing companies to improve performance, stability, and building search platforms using Elasticsearch. Clients (Walgreens, Nike, Boeing, Dish Networks) have seen sales increase, fast performance times, and lower overall cost in the total cost of ownership for their Elasticsearch clusters.

Other books by the authors

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789803327

About

Elasticsearch 7 Quick Start Guide, published by Packt

License:MIT License