Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Jos.Verduijn

#1
Hi,

Isn't it possible to parse files with ISO-8859-1 encoding using LOGWATCH?

I created a test using the following configuration:

<parser trace="7">
    <file>d:\demo.txt</file>
     <rules>
        <rule>
            <match>[0-9]{3}</match>
            <event>100000</event>
        </rule>
    </rules>
</parser>

When I save a file with 123 as the content the parser will match if it is saved with UTF-8 encoding and it won't match if it is saved with ISO-8859-1 encoding.

Did I forget a setting or is still as intended?

The log that I need to monitor will be in ISO-8859.

I installed the nxagent-1.2.6-x64 agent and it is running on a Windows 2003 R2 x64 server.

Regards,

Jos