Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the 'ISP' database to the geoip processor #108651

Merged
merged 15 commits into from
May 15, 2024

Conversation

masseyke
Copy link
Member

Follow on to #107287, #107377, and #108639

Adds support for the 'GeoIP2 ISP' database from MaxMind to the geoip processor.

The geoip processor will automatically download the various 'GeoLite2' databases, but the 'GeoIP2 ISP' database is not a 'GeoLite2' database -- it's a commercial database available to those with a suitable license from MaxMind.

The support that is being added for it in this PR is in line with the support that we already have for MaxMind's 'GeoIP2 City' and 'GeoIP2 Country' databases -- that is, one would need to arrange their own download management via some custom endpoint or otherwise arrange for the relevant file(s) to be in the $ES_CONFIG/ingest-geoip directory on the nodes of the cluster.

Copy link

Documentation preview:

@elasticsearchmachine elasticsearchmachine added v8.15.0 needs:triage Requires assignment of a team area label labels May 14, 2024
@masseyke masseyke requested a review from joegallo May 14, 2024 22:19
@masseyke masseyke added >enhancement :Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP and removed needs:triage Requires assignment of a team area label labels May 14, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-data-management (Team:Data Management)

@elasticsearchmachine elasticsearchmachine added the Team:Data Management Meta label for data/management team label May 14, 2024
@elasticsearchmachine
Copy link
Collaborator

Hi @masseyke, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Collaborator

Hi @masseyke, I've updated the changelog YAML for you. Note that since this PR is labelled release highlight, you need to update the changelog YAML to fill out the extended information sections.

Copy link
Contributor

@joegallo joegallo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some commits and it looks good to me!

@masseyke masseyke added the auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label May 15, 2024
@masseyke masseyke removed the auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label May 15, 2024
@masseyke masseyke merged commit 69ec54d into elastic:main May 15, 2024
15 checks passed
@masseyke masseyke deleted the add-isp-geoip-database-support branch May 15, 2024 14:27
@joegallo
Copy link
Contributor

Related to #101080

joegallo added a commit to joegallo/elasticsearch that referenced this pull request Jun 4, 2024
as well as elastic#108639 and elastic#108651 -- collapsing all these into a single
highlight.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Ingest Node Execution or management of Ingest Pipelines including GeoIP >enhancement release highlight Team:Data Management Meta label for data/management team v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants