I am using ES 5.3 version with high level REST client. When am requesting lengthy description its showing exception like
[ERROR|2020-07-21 11:37:23.971|VACS|37891724|VACS-27229170-20200721:113703-963|hsbc-search-service]
(com.fedex.tradetools.hsbc.hsbcsearch.data.v1.controller.HsbcSearchController)
{org.apache.http.ContentTooLongException: entity content is too long [129995146]
for the configured buffer limit [104857600]
can we try to configure yaml file and can increase buffer size upto 150mb which is by default 100mb ??
OR
We can configure it in REST method on code level ??