瀏覽代碼

Revert "x-pack/plugin/apm-data: download geoip DB on pipeline creation" (#104505)

* Revert "x-pack/plugin/apm-data: download geoip DB on pipeline creation"

* Update docs/changelog/104505.yaml
Andrew Wilkins 1 年之前
父節點
當前提交
4e223f6946

+ 0 - 5
docs/changelog/104501.yaml

@@ -1,5 +0,0 @@
-pr: 104501
-summary: "X-pack/plugin/apm-data: download geoip DB on pipeline creation"
-area: Ingest Node
-type: bug
-issues: []

+ 5 - 0
docs/changelog/104505.yaml

@@ -0,0 +1,5 @@
+pr: 104505
+summary: "Revert \"x-pack/plugin/apm-data: download geoip DB on pipeline creation\""
+area: Ingest Node
+type: bug
+issues: []

+ 1 - 0
x-pack/plugin/apm-data/src/main/resources/ingest-pipelines/apm@pipeline.yaml

@@ -14,6 +14,7 @@ processors:
     database_file: GeoLite2-City.mmdb
     field: client.ip
     target_field: client.geo
+    download_database_on_pipeline_creation: false
     ignore_missing: true
     on_failure:
     - remove: