Transport Error and ConnectionError from python

Hi,
I am exporting data from python to elasticsearch,
using
image
data has 3 files, file sizes are 156mb, 2mb, 157mb
created an index and mapping, all files are base64 format strings,
my mapping settings are
image
and upload as
image
Intially i got the

TransportError: TransportError(413, '')

For this i find changing the setting in elasticsearch.yml file as
image

After this, tried to upload data i get

and elastic terminates with


May i know the fix for this please
Thanks

Please don't post images of text as they are hard to read, may not display correctly for everyone, and are not searchable.

Instead, paste the text and format it with </> icon or pairs of triple backticks (```), and check the preview window to make sure it's properly formatted before posting it. This makes it more likely that your question will receive a useful answer.

It would be great if you could update your post to solve this.

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