From 1bfa44d4425e846e41049237bb6f7936df444999 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 23 Jun 2020 11:58:11 +0900 Subject: [PATCH] Use latest fluent-plugin-windows-eventlog It fixes the issue that rc version of nokogiri (1.11 rc2) is not installed ref. https://github.com/sparklemotion/nokogiri/issues/2029 --- td-agent/plugin_gems.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/td-agent/plugin_gems.rb b/td-agent/plugin_gems.rb index 708147d7..39e9eb3d 100644 --- a/td-agent/plugin_gems.rb +++ b/td-agent/plugin_gems.rb @@ -47,6 +47,6 @@ if windows? download 'win32-eventlog', '0.6.7' - download 'winevt_c', '0.7.4' - download 'fluent-plugin-windows-eventlog', '0.5.4' + download 'winevt_c', '0.8.1' + download 'fluent-plugin-windows-eventlog', '0.7.1.rc1' end