You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nokogiri is not a mandatory dependency for this plugin, so this should
work without it.
Currently, we need to install Nokogiri manually.
Otherwise, the following LoadError occurs:
<internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require': cannot load such file -- nokogiri (LoadError)
from <internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require'
from /path/to/gems/fluent-plugin-windows-eventlog-0.8.3/lib/fluent/plugin/bookmark_sax_parser.rb:1:in `<top (required)>'
...
Signed-off-by: Daijiro Fukuda <[email protected]>
0 commit comments