Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Elasticsearch 7 Quick Start Guide

You're reading from   Elasticsearch 7 Quick Start Guide Get up and running with the distributed search and analytics capabilities of Elasticsearch

Arrow left icon
Product type Paperback
Published in Oct 2019
Publisher Packt
ISBN-13 9781789803327
Length 186 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Douglas Miller Douglas Miller
Author Profile Icon Douglas Miller
Douglas Miller
Anurag Srivastava Anurag Srivastava
Author Profile Icon Anurag Srivastava
Anurag Srivastava
Arrow right icon
View More author details
Toc

API conventions

The Elasticsearch REST module allows Elasticsearch APIs to be exposed over HTTP using JSON. We can perform different operations on Elasticsearch using APIs, such as monitoring the cluster health, checking nodes, indices, and shards, or creating, updating, or deleting the index. So, ideally, we can do everything using the REST-based API, which we can use to interact with Elasticsearch. We will discuss these APIs in detail later in this chapter, but for now, let's learn how to handle multiple indices if we want to interact with them simultaneously.

Handling multiple indices

APIs can be applied to multiple indices using a list of indices, a wildcard index, or all of the indices, by using the _all notation...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime