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

GeoIP database downloader #68424

Merged
merged 37 commits into from
Feb 23, 2021
Merged

GeoIP database downloader #68424

merged 37 commits into from
Feb 23, 2021

Conversation

probakowski
Copy link
Contributor

@probakowski probakowski commented Feb 3, 2021

This change adds component that will download new GeoIP databases from infra service
New databases are downloaded in chunks and stored in .geoip_databases index
Downloads are verified against MD5 checksum provided by the server
Current state of all stored databases is stored in cluster state in persistent task state

Relates to #68920

This change adds component that will download new GeoIP databases from infra service
@probakowski probakowski requested a review from martijnvg February 3, 2021 01:03
Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

I left a few more comments.

@probakowski
Copy link
Contributor Author

@elasticmachine update branch

@probakowski probakowski mentioned this pull request Feb 11, 2021
15 tasks
@probakowski
Copy link
Contributor Author

@elasticmachine update branch

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

I left a few minor comments. Other than that, LGTM 🎉

@probakowski
Copy link
Contributor Author

@elasticmachine update branch

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

Still LGTM 👍

@probakowski probakowski merged commit 2ba3e92 into elastic:master Feb 23, 2021
@probakowski probakowski deleted the geoipv2 branch February 23, 2021 18:41
probakowski added a commit to probakowski/elasticsearch that referenced this pull request Feb 23, 2021
This change adds component that will download new GeoIP databases from infra service
New databases are downloaded in chunks and stored in .geoip_databases index
Downloads are verified against MD5 checksum provided by the server
Current state of all stored databases is stored in cluster state in persistent task state

Relates to elastic#68920
# Conflicts:
#	modules/ingest-geoip/src/main/java/org/elasticsearch/ingest/geoip/IngestGeoIpPlugin.java
probakowski added a commit that referenced this pull request Feb 24, 2021
This change adds component that will download new GeoIP databases from infra service
New databases are downloaded in chunks and stored in .geoip_databases index
Downloads are verified against MD5 checksum provided by the server
Current state of all stored databases is stored in cluster state in persistent task state

Relates to #68920
probakowski added a commit that referenced this pull request Feb 24, 2021
This change adjust versions in GeoIpTaskParams and GeoIpTaskState after backporting #68424 to 7.x
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 Team:Data Management Meta label for data/management team v7.13.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants