Posted on Oct 16, 2025 at 8:59 AM
That's good news - it means that the networking aspects of your configuration appear to be working correctly.
It looks like the problem is with parsing the log file. If you go into Settings -> Log Parsers -> Parser Mappings, you should see an entry which maps to a "localhost_4445" file. You will need to update this setting to apply the correct parser mapping.
From your screenshot, it looks like you just need to change it to use the
Log4XmlParser:

It might help to first parse the file you have in your temp directory before retrying your UDP listener. This will break the problem into two parts.
Hope that helps,
Toby