Greetings. We are currently trying to ingest logs from a Windows server with a system language other than English. Because of that, the logs retrieved by Winlogbeat are not in English, and we need to get them in line with the logs from our other Windows servers. Changing the system language is not an option.
From what I could find, it seems that Windows event logs are not stored in a language-dependent format, and are printed in accordance with the system language, so it should be possible to read them in another language, but there is surprisingly little knowledge on that matter.
We tried to change the language of the user Winlogbeat runs as, but that did not help. Does anyone know if there is a workaround that would allow us to forward the logs in English?