http://jira.hyperic.com/browse/HHQ-3807
The weblogic plugin expects a specific format: http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs81/ConsoleHelp/logging.html
Certain entries are not properly parsed, for example:
Results in:
[Info] [Mon Mar 08 21:37:08 PST 2010] 1268113028940> <BEA-000513
The issue is likely the regex pattern in WeblogicLogParser.
Anonymous