Hi,
I am exporting data from python to elasticsearch,
using
![]()
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

and upload as

Intially i got the
TransportError: TransportError(413, '')
For this i find changing the setting in elasticsearch.yml file as

After this, tried to upload data i get
and elastic terminates with
May i know the fix for this please
Thanks


