# Elasticsearch bulk update is extremely slow

**URL:** https://discuss.elastic.co/t/elasticsearch-bulk-update-is-extremely-slow/78258
**Category:** Elasticsearch
**Created:** [March 11, 2017, 8:54pm UTC](https://discuss.elastic.co/t/elasticsearch-bulk-update-is-extremely-slow/78258 "2017-03-11T20:54:31Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Vignesh\_Chandrasekar](https://avatars.discourse-cdn.com/v4/letter/v/e9bcb4/32.png) [@Vignesh\_Chandrasekar](https://discuss.elastic.co/u/Vignesh_Chandrasekar)
#### Post date: [March 12, 2017, 4:15am UTC](https://discuss.elastic.co/t/elasticsearch-bulk-update-is-extremely-slow/78258/8 "2017-03-12T04:15:25Z")

</div>

I am running logstash 5.2 and Elasticsearch 5.1. I was actually hoping that the bottleneck might be logstash as it is a lot more easier to fix.  
But then when I run the exact same logstash configuration with

```
output
{
 null{}
}

```

The logstash process works at 36000 lines per second. So it doesnt seem to be the bottleneck here, Or is there something I might be overlooking?

---

_[View the full topic](https://discuss.elastic.co/t/elasticsearch-bulk-update-is-extremely-slow/78258)._
