[system] Add missing conditional checks to render preserve_original_event
tag when toggled on #9426
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Proposed commit message
The PR contains changes to make sure the
preserve_original_event
tag is rendered without having to add that manually. Complete details have been captured in the related issue. Affected datastreams areapplication
,security
, andsystem
.Checklist
changelog.yml
file.Author's Checklist
Following are some of the sanity checks that must be passed at all times:
How to test this PR locally
elastic-package
to the running Kibana instanceelastic-package install --zip system-1.54.1.zip
1.54.1
, there shouldn't be any errors. If you find any errors while upgrading, please report it by adding a comment to this PR.application
,security
, andsystem
datastream. The preserve_original_event should be rendered when toggled on, and all others tags should render if added in the advanced options at the time of adding the integration.Related issues
Screenshots