Skip to content

Commit bca992f

Browse files
authored
[Doc] air-gapped environment requires ASN and City databases (#204)
1 parent e2763e0 commit bca992f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 7.2.10
2+
- [DOC] Air-gapped environment requires both ASN and City databases [#204](https://github.com/logstash-plugins/logstash-filter-geoip/pull/204)
3+
14
## 7.2.9
25
- Fix: red CI in Logstash 8.0 [#201](https://github.com/logstash-plugins/logstash-filter-geoip/pull/201)
36
- Update Log4j dependency to 2.17.1

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ a secure proxy. You can then specify the proxy endpoint URL in the
8686
If you work in air-gapped environment and can't update your databases from the Elastic endpoint,
8787
You can then download databases from MaxMind and bootstrap the service.
8888

89-
. Download your `.mmdb` database files from the
89+
. Download both `GeoLite2-ASN.mmdb` and `GeoLite2-City.mmdb` database files from the
9090
http://dev.maxmind.com/geoip/geoip2/geolite2[MaxMind site].
9191

92-
. Copy your database files to a single directory.
92+
. Copy both database files to a single directory.
9393

9494
. https://www.elastic.co/downloads/elasticsearch[Download {es}].
9595

logstash-filter-geoip.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-filter-geoip'
4-
s.version = '7.2.9'
4+
s.version = '7.2.10'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Adds geographical information about an IP address"
77
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)