Hi,
We have the following configuration variable set in a deployment:
http.max_content_length: "400mb"
but when indexing a document are seeing the error
Caused by: org.elasticsearch.client.ResponseException: POST https://d72ceeb814c740869fafde4e6a89c6d4.dev-eu.elastic.nomura.com:9243/_bulk: HTTP/1.1 413 Request Entity Too Large
Request Content-Length 242874783 exceeds the configured limit of 209715200
Looks like the deployment has a configured limit of 200mb despite what is set in the yaml. Wondering if the setting is not being enforced properly?
Additionally is there a way to check the http_max_content_length from within the deployment? Haven't found anything online so far.
Thanks,
James