# Plugin update question

**URL:** https://discuss.elastic.co/t/plugin-update-question/49933
**Category:** Logstash
**Created:** [May 12, 2016, 7:40pm UTC](https://discuss.elastic.co/t/plugin-update-question/49933 "2016-05-12T19:40:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tpnoonan](https://avatars.discourse-cdn.com/v4/letter/t/76d3ee/32.png) [@tpnoonan](https://discuss.elastic.co/u/tpnoonan)
#### Post date: [May 12, 2016, 7:40pm UTC](https://discuss.elastic.co/t/plugin-update-question/49933/1 "2016-05-12T19:40:12Z")

</div>

I have a question about when updates are available for newer releases of logstash plugins. There is a new release of the logstash-code-netflow plugin available.

> **[logstash-plugins/logstash-codec-netflow](https://github.com/logstash-plugins/logstash-codec-netflow/releases/tag/v3.1.0)**
>
> Contribute to logstash-codec-netflow development by creating an account on GitHub.

However when I go to update my logstash using the plugin update it says that it is going to update from 2.0.5 (which apparently is the default with v2.3.2 of logstash) to v3.0.0

My question is when can I expect that a release of a plugin would be available via the plugin update process?

When I go to update I am executing the following

[admin@bulverde logstash-2.3.2]$ bin/logstash-plugin update logstash-codec-netflow  
You are updating logstash-codec-netflow to a new version 3.0.0, which may not be compatible with 2.0.5. are you sure you want to proceed (Y/N)?  
Y  
Updating logstash-codec-netflow  
No plugin updated  
[admin@bulverde logstash-2.3.2]$

In fact, it doesn't even appear to successfully update to v3.0.0

---

<div class="post-metadata">

### Author: ![fbaligand](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/fbaligand/32/5657_2.png) [@fbaligand](https://discuss.elastic.co/u/fbaligand)
#### Post date: [May 12, 2016, 8:13pm UTC](https://discuss.elastic.co/t/plugin-update-question/49933/2 "2016-05-12T20:13:55Z")

</div>

Hi,

Actually, new releases are not get from github but from here :  
[https://rubygems.org/gems/logstash-codec-netflow](https://rubygems.org/gems/logstash-codec-netflow)

And on [rubygems.org](http://rubygems.org), last release is 3.0.0.  
That's why you don't get last github release.

So either you clone the tag and make the gem and install it to logstash, either you contact [https://github.com/jorritfolmer](https://github.com/jorritfolmer) to push gem to [rubygems.org](http://rubygems.org)

---

<div class="post-metadata">

### Author: ![tpnoonan](https://avatars.discourse-cdn.com/v4/letter/t/76d3ee/32.png) [@tpnoonan](https://discuss.elastic.co/u/tpnoonan)
#### Post date: [May 12, 2016, 8:30pm UTC](https://discuss.elastic.co/t/plugin-update-question/49933/3 "2016-05-12T20:30:42Z")

</div>

Thank you, I’ve reached out to Jorrit.

---

<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, 4:57am UTC](https://discuss.elastic.co/t/plugin-update-question/49933/4 "2017-07-06T04:57:49Z")

</div>


