shane-wareham
shane-wareham
[cid:[email protected]] From the td-agent command prompt… C:\fluent-gems>fluent-gem install --force --local *.gem Successfully installed fluent-plugin-kafka-0.7.9 Parsing documentation for fluent-plugin-kafka-0.7.9 Done installing documentation for fluent-plugin-kafka after 0 seconds Successfully installed fluent-plugin-mqtt-io-0.4.4 Parsing...
Td-agent-gem is a bash script that isn’t supported on Windows (I could convert it to a .bat file). The script simply calls fleunt-gem #!/bin/sh export GEM_HOME="C:/opt/td-agent/embedded/lib/ruby/gems/2.4.0/" export GEM_PATH="C:/opt/td-agent/embedded/lib/ruby/gems/2.4.0/" C:/opt/td-agent/embedded/bin/fluent-gem "$@"...