ip2location / logstash-filter-ip2location

IP2Location filter plugin for Logstash enables Logstash's users to add geolocation information such as country, state, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection speed, IDD code, area code, weather station code, weather station name, MNC, MCC, mobile brand, elevation and usage type by IP address.
https://www.ip2location.com
Other
20 stars 5 forks source link

how to install logstash-filter-ip2location offline? #4

Closed zqc0512 closed 6 years ago

zqc0512 commented 6 years ago

how to install logstash-filter-ip2location offline? the machine can't connect to the internet ? how can istall this plugins offline? can give a zip file?

zqc0512 commented 6 years ago

use clone and down the .zip file? where to down the plugin zip file

ip2location commented 6 years ago

You may get the logstash-filter-ip2location gems from https://rubygems.org/gems/logstash-filter-ip2location

zqc0512 commented 6 years ago

@ip2location
install with logstash-plugin install file:///xxx.gem ? or with gem install which directory to running gem install logstash-filter-ip2location? thanks.