Logstash-plugin update

Logstash 2.3.4 and Throttle Filter

Checking on Github and it appears that the throttle filter plugin has been updated so that it is threadsafe (4.0.0).

When I try to update , however, this fails with little information:

logstash-plugin update logstash-filter-throttle
---- You are updating logstash-filter-throttle to a new version 4.0.0, which may notbe compatible with 2.0.4. are you sure you want to proceed (Y/N)?
Y
---- Updating logstash-filter-throttle
No plugins updated.

Does this mean that the higher version of the Filter plugin is not supported? I'd really like to update as my number of worker threads gets set back to 1 due to the usage of the throttle filter.

Defaulting pipeline worker threads to 1 because there are some filters that might not work with multiple worker threads {:count_was=>2, :filters=>["throttle", "throttle"], :level=>:warn}
Pipeline main started

Thanks in advance for any help that can be provided :grinning:

--The throttle filter has been updated for Logstash 5.0, but it has not been backported to support LS 2.x.