# Update data into a existing key

**URL:** https://discuss.elastic.co/t/update-data-into-a-existing-key/218330
**Category:** Elasticsearch
**Created:** [February 7, 2020, 11:14am UTC](https://discuss.elastic.co/t/update-data-into-a-existing-key/218330 "2020-02-07T11:14:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dkishore](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dkishore/32/58054_2.png) [@dkishore](https://discuss.elastic.co/u/dkishore)
#### Post date: [February 7, 2020, 11:14am UTC](https://discuss.elastic.co/t/update-data-into-a-existing-key/218330/1 "2020-02-07T11:14:01Z")

</div>

How can I update data in ES when we want to insert a huge amount of data

for example-  
{  
appName:test,  
notes:test notes,  
bulkData:[  
{  
id:345345,  
name:test,  
data:[  
{temp:1},{temp;2}  
]  
}  
]  
}

now I want to add a few more data on bulkData, and also want to add few more data on bulkData.data,  
how can I achieve this without deleting the existing index

Thanks in advance

---

<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: [March 6, 2020, 11:14am UTC](https://discuss.elastic.co/t/update-data-into-a-existing-key/218330/2 "2020-03-06T11:14:03Z")

</div>

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