How could winlogbeat 5.0 support chinese character?
BR
It should work with characters. For example, here's a blog post showing 1.1.0 being used with Japanese characters.
Messages from Windows are UTF-16, those are converted to UTF-8, and then the whole event is encoded as JSON and sent to Elasticsearch.