Directly download commercial ip geolocation databases from providers (#110844)

Co-authored-by: Keith Massey <keith.massey@elastic.co>
This commit is contained in:
Joe Gallo 2024-07-17 20:55:14 -04:00 committed by GitHub
parent cfbda244b8
commit 27e7601698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 4429 additions and 54 deletions

View file

@ -429,6 +429,7 @@ module org.elasticsearch.server {
org.elasticsearch.indices.IndicesFeatures,
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
org.elasticsearch.index.mapper.MapperFeatures,
org.elasticsearch.ingest.IngestGeoIpFeatures,
org.elasticsearch.search.SearchFeatures,
org.elasticsearch.script.ScriptFeatures,
org.elasticsearch.search.retriever.RetrieversFeatures,
@ -462,4 +463,5 @@ module org.elasticsearch.server {
org.elasticsearch.serverless.shardhealth,
org.elasticsearch.serverless.apifiltering;
exports org.elasticsearch.lucene.spatial;
}