Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.3 KB

release_1.1.216.4.md

File metadata and controls

17 lines (9 loc) · 1.3 KB

Amazon Kinesis Agent for Windows 1.1.216.4 release notes

Fixed WindowsEventLogSource to RegexFilterPipe error

Previously, when you connect an WindowsEventLogSource to a RegexFilterPipe , KinesisTap would emit an error(@stacktrace_id 258 23911 -68280721) and the data would not go through. This was due to misinterpretation, the generic data type of the WindowsEventLogSource class so it did not match with RegexFilterPipe. This bug has been fixed in this build.

Fixed partial JSON log records issue

Fixed an issue to allow KinesisTap to correctly handle partial JSON log records. To log big records, some applications need to write twice to the log file to finish writing a single log record. Previously, when handling that scenario, KinesisTap SingleLineJson record parser was not able to distinguish between a partial and a complete JSON record.