Can't load costum output plugin with win32ole

I have a new plugin file i did for LogStash, in which i am calling an external C# dll i have made.

(Noob in both c# and ruby, So bare with me)

In the plugin, I'm trying to require the following:

require "logstash/outputs/base"
require "logstash/namespace"
require "win32ole"

and i'm getting the following error:

!!!! Missing jruby-win32ole gem: jruby -S gem install jruby-win32ole

And:

Trying to load the newPlugin output plugin resulted in this error: no such file to load -- jruby-win32ole"

I tried different ways to solve this (mostly guessing), And non succeeded.

Using version: 5.1.1

Any help would be appreciated!

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