It does not look like the function understands DTS complianet NPS logs
`$npslogdir = "C:\Windows\system32\LogFiles\NPS"
$npslogfile = gci $npslogdir | sort LastWriteTime | select -Last 1
clear
w…
## Bug Report
**Describe the bug**
Fluent-bit parses NPS log files by regular expression into a json document and sends the result to kafka. When the application is running and memory usage grows …