-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1password - fix system test preserve_original_event #11554
1password - fix system test preserve_original_event #11554
Conversation
The system tests for 1password place the preserve_original_event configuration option into the the top-level vars instead of the per data_stream vars where the variable is declared. The sample events generated by the system tests did not contain the 'event.original' field as a result.
[git-generate] elastic-package -C packages/1password test system -g elastic-package -C packages/1password build
c6df340
to
2dc48fc
Compare
💚 Build Succeeded
|
Quality Gate passedIssues Measures |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ISTM that this should be something that's caught by ep.
The fact that this is accepted probably means the It is something that elastic-package could validate. Surprisingly, there are only two levels of variables listed in the code1 when there are four levels of specifying variables in packages (integration, policy template, policy template input, data stream). I'll open an issue. Footnotes |
Proposed commit message