Unable to install logstash filter plugin

I have cloned one of the filter plugin available and trying to install the plugin but it is getting failed due to below:
Could not find gem 'logstash-devutils x64-mingw32' in any of the gem sources
listed in your Gemfile.
Solution tried: Installing the gem manually but got below error:
ERROR: Could not find a valid gem 'logstash-devutils' (>= 0) in any repository

Can anybody please help?

can you show the exact command you are executing, which version of logstash?
Also, logstash is not guaranteed to work correctly under cygwin

I am using Logstash 5.1.2.
I have cloned the filter plugin available for logstash plugins and trying to bundle filter from the path of the filter plugin cloned folder.
Using the command: bundle install
Error:Could not find gem 'logstash-devutils x64-mingw32' in any of the gem sources
listed in your Gemfile.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.