The Syslog message parsing in the Network Configuration Manager can be changed so it parses a new or different Syslog message format. In the Network Configuration Manager, the Syslog message formats are externalized in the XML file [Product directory]/syslog.xml.

The format of the syslog.xml content is as follows:

<SysLog>
    <SysLogFormats>
        <SysLogFormat> 
            <MatchString>[Place regular expression here]</MatchString>
            <Group>1</Group>
        </SysLogFormat>
    </SysLogFormats>
</SysLog>