How to install mutate filter in logstash?

Hi, I have that plugin from gitHub and I'm trying to follow the instructions in README, since I do not use Ruby, mine are (I believe) limited to:

  • Install plugin
# Logstash 2.3 and higher
bin/logstash-plugin install --no-verify


But does is simply mean I should cd to the plugin folder and execute install --no-verify ???
I tried this approach in cmd and powershell, yet with not success.

Could anyone please provide some more detailed tutorial on how to do this? Since I could not find any online.

For any logstash release from the last few years the mutate filter is installed as part of the core package.

Thanks for the quick answer!!!