Book Image

Mastering ElasticSearch 6.x and the Elastic Stack [Video]

By : Chris Fauerbach
Book Image

Mastering ElasticSearch 6.x and the Elastic Stack [Video]

By: Chris Fauerbach

Overview of this book

Elastic Stack is powered by the most popular open source search engine, ElasticSearch, currently used throughout the world by Fortune 500 companies such as Sprint and Dell and small startups who leverage the power and scalability of the Elastic Stack, without having to pay a fortune in licensing or professional services hours. Getting ElasticSearch up and running is fairly straightforward, but fully understanding how to use the whole stack, from start to finish, is a rather daunting task. This course will focus on two major use cases with ElasticSearch. The first is leveraging the powerful full-text search engine ElasticSearch is built on, allowing developers to add blazingly fast search features to applications. The second is leveraging different components of the Elastic Stack to continuously monitor applications, infrastructure, or even customer transactions. Throughout the course, students will go from a beginner to a master of Elastic Stack, via hands-on examples using real data. All the code and supporting materials for this course will be available at - https://github.com/PacktPublishing/Mastering-ElasticSearch-6.x-and-the-Elastic-Stack-V-
Table of Contents (7 chapters)
Chapter 2
Getting Deeper with Elasticsearch
Content Locked
Section 1
How Do We Store and Group Data – Documents
We’ve seen how we can insert data into ES, but we need to understand more about that process to be effective. - Documents are the foundation of data within ES - Insert, update and delete documents into ES a few ways - Finish up by retrieving the documents back