Hi
Try this:
nano or your own editor...
localhost or your IP
You can first check
curl -s localhost:9200/_nodes?filter_path=**.http.max_content_length
sudo nano /etc/elasticsearch/elasticsearch.yml
Add (or change) this line:
http.max_content_length: 500mb
sudo systemctl restart elasticsearch
sudo systemctl status elasticsearch
Johan Pieterse