Elasticsearch Rest-high-level

By Opster Team

Updated: Jan 28, 2024

| 1 min read

Overview

Rest-high-level is built on top of low-level rest-client and is a method of communicating with Elasticsearch based on HTTP REST endpoints. This concept is majorly popular in the context of a Java-based Elasticsearch client. From day one, Elasticsearch supports transport clients for Java to communicate with Elasticsearch. In version 5.0, a low-level rest-client was released with lots of advantages over the existing transport client such as version independencies, increased stability, and lightweight JAR file libraries.

What it is used for

It is used for communicating with Elasticsearch HTTP REST endpoints in which marshalling and unmarshalling of response objects are handled by the Elasticsearch server itself.

How helpful was this guide?

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?


Related log errors to this ES concept


Logger error text
Logger info text
Logger warn text
High disk watermark exceeded on one or more nodes rerouting shards
Unable to parse response body
Node failures
Reason
ElasticsearchException
Could not parse date time expected date field
Could not parse watch status failed to parse field
Could not parse watch status expecting field to hold a long
Could not parse watch status expecting field to hold a date

< Page: 1 of 2 >