From 1411c09ed5eaf5355fc00b227884a7b3b13f93fc Mon Sep 17 00:00:00 2001 From: Kylie Meli Date: Mon, 25 Nov 2024 13:33:28 -0500 Subject: [PATCH] [Automatic Import] remove duplicate preserve flag from http_endpoint (#201622) ## Summary Removes an erroneous duplicate `Preserve Original Event` flag as we additionally add one from the common settings file. --- .../templates/manifest/http_endpoint_manifest.yml.njk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x-pack/plugins/integration_assistant/server/templates/manifest/http_endpoint_manifest.yml.njk b/x-pack/plugins/integration_assistant/server/templates/manifest/http_endpoint_manifest.yml.njk index b62a582a1cfc9..b35471ad4a631 100644 --- a/x-pack/plugins/integration_assistant/server/templates/manifest/http_endpoint_manifest.yml.njk +++ b/x-pack/plugins/integration_assistant/server/templates/manifest/http_endpoint_manifest.yml.njk @@ -42,12 +42,6 @@ The Ingest Node pipeline ID to be used by the integration. required: false show_user: true - - name: preserve_original_event - type: bool - title: Preserve Original Event - description: This option copies the raw unmodified body of the incoming request to the event.original field as a string before sending the event to Elasticsearch. - required: false - show_user: true - name: prefix type: text title: Prefix