I'm trying to import a ndjson file with size 11.2 MB, but I'm getting the error 413 Request Entity Too Large when trying to do that.
I tried increasing the following values on kibana.yml
server.maxPayloadBytes: 104857600
savedObjects.maxImportPayloadBytes: 104857600
And the following value on elasticsearch.yml
http.max_content_length: 500mb
But the problem persists.
Any suggestion?
Yes, I just did it once again restarting both instances and the failure persists.
I don't have proxy, but I am using a VPN to access my company's internal network where I have the server hosting both kibana and elasticsearch.
Is there ay way for me to debug it further to try to find the failing point?
This error message is created by an nginx server, but Kibana isn't using nginx. It looks like you have a nginx reverse proxy in front of your Kibana instance. Make sure to configure it in the same way (allowing large request bodies).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.