-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Download the geoip databases only when needed #92335
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
Merged
masseyke
merged 30 commits into
elastic:main
from
masseyke:fix/download-geoip-databases-only-when-needed
Jan 30, 2023
Merged
Changes from 19 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
d8169e5
Only downloading geoip databases if geoip processors exist
masseyke c57a55d
fixing the logic
masseyke 19ff461
Update docs/changelog/92335.yaml
masseyke 09a7247
Update docs/changelog/92335.yaml
masseyke ba93dcf
fixing tests
masseyke ded8717
Merge branch 'fix/download-geoip-databases-only-when-needed' of githu…
masseyke 86fd456
fixing tests
masseyke 565fec0
fixing tests
masseyke afaad92
fixing tests
masseyke a9207c8
Merge branch 'main' into fix/download-geoip-databases-only-when-needed
elasticmachine 8ea6e90
Allowing for eager download of geoip databases
masseyke 8753b58
fixing integration test
masseyke b2ab307
Merge branch 'main' into fix/download-geoip-databases-only-when-needed
elasticmachine d87e105
minor changes
masseyke faa846c
Merge branch 'main' into fix/download-geoip-databases-only-when-needed
masseyke ef517b5
attempting to work around geoip downloader bug
masseyke 9ef49c5
adding a comment
masseyke 2abf42e
cleanup
masseyke 854026c
Merge branch 'main' into fix/download-geoip-databases-only-when-needed
elasticmachine ecdc61b
Update docs/reference/ingest/processors/geoip.asciidoc
masseyke 74ca199
moving the handling of dynamic settings to a long-lived singleton to …
masseyke 087ea79
simplifying clusterChanged
masseyke ca42d50
cleanup
masseyke 5b41713
removing code that is no longer needed
masseyke faa0ffd
moving cluster state update logic out of GeoIpDownloader
masseyke 4579412
Merge branch 'main' into fix/download-geoip-databases-only-when-needed
elasticmachine af351c2
Recursively checking for geoip processors
masseyke 4ec403c
Apply suggestions from code review
masseyke f7b551f
code review feedback
masseyke cb87a0a
commenting a unit test
masseyke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| pr: 92335 | ||
| summary: Download the geoip databases only when needed | ||
| area: Ingest Node | ||
| type: bug | ||
| issues: | ||
| - 90673 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.