I am following along with the How to write a Logstash filter plugin, but when I get to the section for building, I'm getting an error:
$ build install
Fetching git://github.com/elastic/logstash.git
Fetching git://github.com/rest-client/rest-client.git
Fetching gem metadata from https://rubygems.org/........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Could not find gem 'logstash java' in git://github.com/elastic/logstash.git (at 5.2@81e342d).
Source does not contain any versions of 'logstash java'
Not sure what to do here. Any help is greatly appreciated.