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
handle EOF on single line content (#33568) (#33877)
* handle EOF on single line content
* changelog
* fallback to encode_eof if no events in aws-s3 input
* lint
* lint
* collect on EOF in line reader
* remove encode eof
* remove iterN
* fix test
* increase test coverage
* linting
* more linting
* increase coverage
(cherry picked from commit 7b45320)
Co-authored-by: Andrea Spacca <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.next.asciidoc
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff]
57
57
- Add handling of AAA operations for Cisco ASA module. {issue}32257[32257] {pull}32789[32789]
58
58
- Fix gc.log always shipped even if gc fileset is disabled {issue}30995[30995]
59
59
- Fix handling of empty array in httpjson input. {pull}32001[32001]
60
+
- Fix EOF on single line not producing any event. {issue}30436[30436] {pull}33568[33568]
60
61
- Fix reporting of `filebeat.events.active` in log events such that the current value is always reported instead of the difference from the last value. {pull}33597[33597]
61
62
- Fix splitting array of strings/arrays in httpjson input {issue}30345[30345] {pull}33609[33609]
62
63
- Fix Google workspace pagination and document ID generation. {pull}33666[33666]
0 commit comments