Windows EventLog Check

Started by k_teru, August 26, 2011, 12:46:51 PM

Previous topic - Next topic

k_teru

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,

Vladq

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