Skip to content

Commit 731b96d

Browse files
authored
Merge pull request #26 from polarityio/develop
INT-1366: Add new MaxMind database file path option
2 parents 8368749 + ae4d31e commit 731b96d

File tree

10 files changed

+2117
-598
lines changed

10 files changed

+2117
-598
lines changed

.github/workflows/run-int-dev-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
run-integration-development-checklist:
99
runs-on: ubuntu-latest
10-
container: 'centos:7'
10+
container: 'rockylinux:8'
1111

1212
steps:
1313
- uses: actions/checkout@v2

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The Polarity [Maxmind](https://www.maxmind.com/) integration allows Polarity to retrieve geolocation information for IPv4 and IPv6 addresses using the MaxMind GeoIP2 or GeoLite2 databases.
44

5-
You can download the free MaxMind GeoLite2 City and ASN databases directly from MaxMind at [https://dev.maxmind.com/geoip/geoip2/geolite2/](https://dev.maxmind.com/geoip/geoip2/geolite2/)
5+
You can download the free MaxMind GeoLite2 City and ASN databases directly from MaxMind at [https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data/)
66

7-
We recommend downloading the latest `GeoLite2 City` database (in binary format) and `GeoLite2 ASN` database (also in binary format). Both of these databases should be uploaded to your Polarity Server. See Installation Instructions for more information.
7+
We recommend downloading the latest `GeoLite2 City` database (in binary `mmdb` format) and `GeoLite2 ASN` database (also in binary `mmdb` format). Both of these databases should be uploaded to your Polarity Server. See Installation Instructions for more information.
88

99
| ![image](assets/overlay.png) |
1010
|---|
@@ -72,6 +72,13 @@ If checked, the integration will display the state or subdivision information wh
7272

7373
If checked, the integration will display the ASN and organization information as a summary tag
7474

75+
### Maxmind City Database File Path
76+
77+
A file path to pointing to the MaxMind City database file. If a relative path is provided, the path will be relative to the MaxMind integration directory on the Polarity Server. If left blank, the default value of 'database/GeoLite2-City.mmdb' will be used.
78+
79+
### Maxmind ASN Database File Path
80+
A file path to pointing to the MaxMind ASN database file. If a relative path is provided, the path will be relative to the MaxMind integration directory on the Polarity Server. If left blank, the default value of 'database/GeoLite2-ASN.mmdb' will be used.
81+
7582
## Polarity
7683

7784
Polarity is a memory-augmentation platform that improves and accelerates analyst decision making. For more information about the Polarity platform please see:

0 commit comments

Comments
 (0)