-
```
./logstash-plugin install logstash-filter-ip2location.gem
Validating logstash-filter-ip2location.gem
Installing logstash-filter-ip2location
Error Bundler::InstallError, retrying 1/10
An err…
-
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?
-
With Auto-Location the widgets displays the following message:
Connection Error
Try again in a few seconds
And no matter how many times I press the Refresh button, it doesn't work. However, setting …
Wanny updated
6 years ago
-
The current default for GeoIP is:
```python
app.config['TRACK_USAGE_FREEGEOIP_ENDPOINT'] = 'http://freegeoip.net/json/'
```
which, according to ipstack.com, is being deprecated. It will stop wor…
-
Hello!
Really appreciate your work, great tool!
The only problem I've encountered is that consequential output (like wget download progress bar or pip installation bar and similar) isn't supported…
-
On line 14 of lib/ip2location_ruby.rb 'rb' is inserted into the path of the given "url".
```
def open(url)
self.file = File.open(File.expand_path url, 'rb')
i2l = Ip2locationConfig.read…
-
I have written a nice program with Python to setup .htaccess with "Deny from IP_address"
I post it here on Github: https://gist.github.com/bazooka07/5e743e2572fec54b6e1f81f60263da0a
Obviously, it ca…
-
Following up on the google group discussion here: https://groups.google.com/forum/#!topic/dataverse-community/rQWNllAyTu0
Dataverse should support and display Make Data Count (https://makedatacoun…
-
In server.jsx you will see that we use `ipinfo.io` to get data on users. Right now, this is called on every server call, which is too much. Please store this information somehow (user cookie?). If …
-
In \IP2Location\Database::lookup() function, the "$this->binSearch($ipVersion, $ipNumber)" call may return false if the IP address is not found. Nevermind, the process go ahead.
It's better to bre…