# Logstash-output-elasticssearch gem out of date

**URL:** https://discuss.elastic.co/t/logstash-output-elasticssearch-gem-out-of-date/37186
**Category:** Logstash
**Created:** [December 15, 2015, 1:13am UTC](https://discuss.elastic.co/t/logstash-output-elasticssearch-gem-out-of-date/37186 "2015-12-15T01:13:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Kaufusihm](https://avatars.discourse-cdn.com/v4/letter/k/bcef8e/32.png) [@Kaufusihm](https://discuss.elastic.co/u/Kaufusihm)
#### Post date: [December 15, 2015, 1:13am UTC](https://discuss.elastic.co/t/logstash-output-elasticssearch-gem-out-of-date/37186/1 "2015-12-15T01:13:07Z")

</div>

I am trying to install logstash-output-elasticsearch plugin so I can use the transport protocol.

When I run  
bin/plugin install logstash-output-elasticsearch-shield  
I get this error message

ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash-output-elasticsearch":  
In snapshot (Gemfile.lock):  
logstash-output-elasticsearch (= 2.2.0)

In Gemfile:  
logstash-output-elasticsearch-shield (\>= 0) java depends on  
logstash-output-elasticsearch (\<= 0.1.9) java

```
logstash-output-elasticsearch (>= 0) java

```

Running `bundle update` will rebuild your snapshot from scratch, using only  
the gems in your Gemfile, which may resolve the conflict.

Any suggestions?

---

<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: [July 6, 2017, 5:18am UTC](https://discuss.elastic.co/t/logstash-output-elasticssearch-gem-out-of-date/37186/2 "2017-07-06T05:18:28Z")

</div>


