Skip to content

Commit 2792906

Browse files
committed
fix: update Jackson BOM to 2.20.2 and fix logstash expected YAML
Signed-off-by: Siqi Ding <dingdd@amazon.com>
1 parent 4cee36f commit 2792906

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
test-pipeline:
22
source:
3-
stdin: ""
3+
stdin: null
44
processor:
5-
- uppercase_string: null
5+
- uppercase_string: ''
66
sink:
7-
- stdout: null
7+
- stdout: ""
88
workers: 1
99
delay: 100

data-prepper-logstash-configuration/src/test/resources/org/opensearch/dataprepper/logstash/log-ingest-to-opensearch.expected.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ logstash-converted-pipeline:
1212
match:
1313
log:
1414
- "%{COMBINEDAPACHELOG}"
15-
- drop_events: null
15+
- drop_events: {}
1616
- key_value:
1717
source: "message"
1818
destination: "test"

0 commit comments

Comments
 (0)