Skip to content

Commit

Permalink
[Automatic Import] remove duplicate preserve flag from http_endpoint (e…
Browse files Browse the repository at this point in the history
…lastic#201622)

## Summary

Removes an erroneous duplicate `Preserve Original Event` flag as we
additionally add one from the common settings file.
  • Loading branch information
kgeller authored Nov 25, 2024
1 parent 29309b5 commit 1411c09
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1411c09

Please sign in to comment.