Browse Source

Update Maxmind mmdb fixture files (#122225) (#122270)

Joe Gallo 7 tháng trước cách đây
mục cha
commit
34967376ba
25 tập tin đã thay đổi với 12 bổ sung12 xóa
  1. BIN
      docs/src/yamlRestTest/resources/GeoLite2-City.mmdb
  2. BIN
      docs/src/yamlRestTest/resources/GeoLite2-Country.mmdb
  3. BIN
      modules/ingest-geoip/qa/file-based-update/src/javaRestTest/resources/GeoLite2-City-Test.mmdb
  4. 8 8
      modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java
  5. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-Anonymous-IP-Test.mmdb
  6. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-City-Test.mmdb
  7. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-Connection-Type-Test.mmdb
  8. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-Country-Test.mmdb
  9. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-Domain-Test.mmdb
  10. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-Enterprise-Test.mmdb
  11. BIN
      modules/ingest-geoip/src/test/resources/GeoIP2-ISP-Test.mmdb
  12. BIN
      modules/ingest-geoip/src/test/resources/GeoLite2-ASN-Test.mmdb
  13. BIN
      modules/ingest-geoip/src/test/resources/GeoLite2-City-Test.mmdb
  14. BIN
      modules/ingest-geoip/src/test/resources/GeoLite2-Country-Test.mmdb
  15. BIN
      qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/GeoLite2-City.mmdb
  16. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoIP2-City.tgz
  17. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-ASN.mmdb
  18. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-ASN.tgz
  19. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-City.mmdb
  20. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-City.tgz
  21. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-Country.mmdb
  22. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-Country.tgz
  23. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/MyCustomGeoLite2-City.mmdb
  24. BIN
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/MyCustomGeoLite2-City.tgz
  25. 4 4
      test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/data.json

BIN
docs/src/yamlRestTest/resources/GeoLite2-City.mmdb


BIN
docs/src/yamlRestTest/resources/GeoLite2-Country.mmdb


BIN
modules/ingest-geoip/qa/file-based-update/src/javaRestTest/resources/GeoLite2-City-Test.mmdb


+ 8 - 8
modules/ingest-geoip/src/internalClusterTest/java/org/elasticsearch/ingest/geoip/GeoIpDownloaderIT.java

@@ -391,18 +391,18 @@ public class GeoIpDownloaderIT extends AbstractGeoIpIT {
                     assertThat(
                         files,
                         containsInAnyOrder(
-                            "GeoLite2-City.mmdb",
-                            "GeoLite2-Country.mmdb",
                             "GeoLite2-ASN.mmdb",
-                            "MyCustomGeoLite2-City.mmdb",
-                            "GeoLite2-City.mmdb_COPYRIGHT.txt",
-                            "GeoLite2-Country.mmdb_COPYRIGHT.txt",
                             "GeoLite2-ASN.mmdb_COPYRIGHT.txt",
-                            "MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
+                            "GeoLite2-ASN.mmdb_LICENSE.txt",
+                            "GeoLite2-City.mmdb",
+                            "GeoLite2-City.mmdb_COPYRIGHT.txt",
                             "GeoLite2-City.mmdb_LICENSE.txt",
+                            "GeoLite2-City.mmdb_README.txt",
+                            "GeoLite2-Country.mmdb",
+                            "GeoLite2-Country.mmdb_COPYRIGHT.txt",
                             "GeoLite2-Country.mmdb_LICENSE.txt",
-                            "GeoLite2-ASN.mmdb_LICENSE.txt",
-                            "GeoLite2-ASN.mmdb_README.txt",
+                            "MyCustomGeoLite2-City.mmdb",
+                            "MyCustomGeoLite2-City.mmdb_COPYRIGHT.txt",
                             "MyCustomGeoLite2-City.mmdb_LICENSE.txt"
                         )
                     );

BIN
modules/ingest-geoip/src/test/resources/GeoIP2-Anonymous-IP-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-City-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-Connection-Type-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-Country-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-Domain-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-Enterprise-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoIP2-ISP-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoLite2-ASN-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoLite2-City-Test.mmdb


BIN
modules/ingest-geoip/src/test/resources/GeoLite2-Country-Test.mmdb


BIN
qa/smoke-test-ingest-with-all-dependencies/src/yamlRestTest/resources/GeoLite2-City.mmdb


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoIP2-City.tgz


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-ASN.mmdb


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-ASN.tgz


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-City.mmdb


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-City.tgz


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-Country.mmdb


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/GeoLite2-Country.tgz


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/MyCustomGeoLite2-City.mmdb


BIN
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/MyCustomGeoLite2-City.tgz


+ 4 - 4
test/fixtures/geoip-fixture/src/main/resources/geoip-fixture/data.json

@@ -1,24 +1,24 @@
 [
   {
-    "md5_hash": "da5bb1c00c74e3f5a34ca1ec0022c550",
+    "md5_hash": "ec117f3c605b4998365e45fb2c382396",
     "name": "GeoLite2-City.tgz",
     "url": "db/GeoLite2-City.tgz",
     "provider": "maxmind"
   },
   {
-    "md5_hash": "61c38f0fcec4a7b0b359201f124004df",
+    "md5_hash": "60a8f72665e59fe34420a148f97d4e2c",
     "name": "GeoLite2-ASN.tgz",
     "url": "db/GeoLite2-ASN.tgz",
     "provider": "maxmind"
   },
   {
-    "md5_hash": "8f3229d6158f85adef296f8781f7ab49",
+    "md5_hash": "2363fb6c277679b242b320282b21bf04",
     "name": "GeoLite2-Country.tgz",
     "url": "db/GeoLite2-Country.tgz",
     "provider": "maxmind"
   },
   {
-    "md5_hash": "77dcf272548942520d1b549957065a9f",
+    "md5_hash": "102662f11359a3074dd756ab474495e8",
     "name": "MyCustomGeoLite2-City.tgz",
     "url": "db/MyCustomGeoLite2-City.tgz",
     "provider": "maxmind"