y-ken / fluent-plugin-geoip

Fluentd output plugin to geolocate with geoip.
http://rubygems.org/gems/fluent-plugin-geoip
Other
103 stars 23 forks source link

Is geoip plugin support for Windows OS? #85

Open seedhunt opened 5 years ago

seedhunt commented 5 years ago

I'm Ruby beginner. first, I installed fluentd for Windows OS. I want to send Windows IIS logs to mongodb using fluentd. I tried to install geoip plugin, but failed. On Linux OS, the plugin seems to be available by installing the library for geoip. Do I have to give up using geoip plugin on Windows OS?

okkez commented 5 years ago

Please read error messages while installing fluent-plugin-geoip. Maybe you have to install the complier and header files on your system.

cosmo0920 commented 5 years ago
ridk exec pacman -Sy mingw-w64-x86_64-geoip mingw-w64-x86_64-libmaxminddb

And

ridk exec bundle install

Then, I can confirm to install fluent-plugin-geoip on Windows.