org.elasticsearch.ElasticsearchStatusException: Unable to parse response body

Hi,

Facing the below error quite frequently with Rest High level client.
version of rest client and Elasticsearch jar is 7.3.2 and ES cluster version is 7.5.2.

Any clue to find the root cause? why this error comes?

org.Elasticsearch.ElasticsearchStatusException: Unable to parse response body
at org.Elasticsearch.client.RestHighLevelClient.parseResponseException(RestHighLevelClient.java:1707)
at org.Elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:1467)
at org.Elasticsearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:1424)
at org.Elasticsearch.client.RestHighLevelClient.performRequestAndParseEntity(RestHighLevelClient.java:1394)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.