You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An input configuration supports flattened fields, however the
'data_stream' field was not being correctly decoded when
flattened. This commit fixes this issue.
Some small additions and refactoring are also implemented in the
integration test framework as well as some more detailed
documentation.
---------
Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
Copy file name to clipboardexpand all lines: .buildkite/pipeline.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ steps:
140
140
key: "serverless-integration-tests"
141
141
env:
142
142
TEST_INTEG_AUTH_ESS_REGION: us-east-1
143
-
command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestMonitoringLogsShipped"#right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite
143
+
command: ".buildkite/scripts/steps/integration_tests.sh serverless integration:single TestLogIngestionFleetManaged"#right now, run a single test in serverless mode as a sort of smoke test, instead of re-running the entire suite
0 commit comments