Hi,
I use a multi-language with Windwos server.
"Call to EvtFormatMessage failed: The resource loader failed to find MUI file."
I put Japanese MUI, but want to output a message in English because I am garbled.
How can you pick up a message in English if you set it?
I want to pick up a built-in syslog server  in event, but cannot pick it up even if I set "syslog parser".
------------------------
<parser>
      <rules>
         <rule>match>(*)</match><event params="1">100024</event></rule>
      </rules>
</parser>
------------------------
If there are samples, please show it.
Best regards,
			
			
			
				Hi,
you have a little mistake in the parser. It should be:
<parser>
      <rules>
         <rule><match>(.*)</match><event params="1">100024</event></rule>
      </rules>
</parser>
regards