# ElasticsearchException got in indexing function: TransportError

**URL:** https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195
**Category:** Elasticsearch
**Created:** [April 25, 2021, 3:23pm UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195 "2021-04-25T15:23:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![sanjay\_sheel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sanjay_sheel/32/87699_2.png) [@sanjay\_sheel](https://discuss.elastic.co/u/sanjay_sheel)
#### Post date: [April 25, 2021, 3:23pm UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195/1 "2021-04-25T15:23:12Z")

</div>

[17:15:47]{completed\_searching2.py:346}ERROR- Error Occured: Exception in indexing function: ElasticsearchException got in indexing function: TransportError(429, 'circuit\_breaking\_exception', '[parent] Data too large, data for [\<http\_request\>] would be [419990290/400.5mb], which is larger than the limit of [410412646/391.3mb], real usage: [419976320/400.5mb], new bytes reserved: [13970/13.6kb], usages [request=17232/16.8kb, fielddata=21250/20.7kb, in\_flight\_requests=13970/13.6kb, model\_inference=0/0b, accounting=779820/761.5kb]')

i am getting this error while ingestion of 500MB out of 14GB data. So how can i get the solution for

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 25, 2021, 3:54pm UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195/2 "2021-04-25T15:54:19Z")

</div>

Welcome !

You need to reduce the size of the documents you are sending at once.  
What are you using to send the data to elasticsearch?

---

<div class="post-metadata">

### Author: ![sanjaysh](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sanjaysh/32/79183_2.png) [@sanjaysh](https://discuss.elastic.co/u/sanjaysh)
#### Post date: [April 29, 2021, 9:00am UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195/3 "2021-04-29T09:00:19Z")

</div>

I am trying to ingestion the data into ElasticSearch. It was of client data and I need to ingest it.  
Thank you

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [April 29, 2021, 11:47am UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195/4 "2021-04-29T11:47:25Z")

</div>

You need to split it in multiple requests.

If you need more help, please share exactly what you are doing, what the documents you are sending looks like... Anything that can help us to help you.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 27, 2021, 11:47am UTC](https://discuss.elastic.co/t/elasticsearchexception-got-in-indexing-function-transporterror/271195/5 "2021-05-27T11:47:48Z")

</div>

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