Logstash-input-wmi

I wanted to test the plugin but receive this error

LoadError: load error: win32ole/win32ole -- java.lang.UnsatisfiedLinkError: /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/jruby-win32ole-0.8.5/lib/racob-x64.dll: /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/jruby-win32ole-0.8.5/lib/racob-x64.dll: invalid ELF header (Possible cause: endianness mismatch)

I tried with a very basic remote host query

input {

wmi {
query => "select * from Win32_Process"
host => "192.168.101.107"
user => "domain\user"
password => "pass!."
}
}

Unless, this works on Windows only? my ELK stack is running on Linux

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