$('a[name]').remove(); $('#ic-homepage__footer').before('

'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('

'); $("#ic-homepage__feed-tips").wrapInner('

'); });

IBM Tivoli Monitoring > Version 6.3 > User's Guides > Log File Agent User's Guide > Format file IBM Tivoli Monitoring, Version 6.3


Multi-line

Use the multi-line syntax to match records that span more than one line to patterns in the log that you are monitoring.

Specify the \n newline character as part of the regular expression to indicate where the line breaks occur in the monitoring log. See this type of syntax in the following example:

On Windows, you specify a \r\n carriage-return and newline combination.

If the following error messages are reported in the log text, the REMultiLine event is created:

The msg slot is assigned the value of An error occurred and the second_msg slot is assigned the value of The error was "disk error".


Parent topic:

Format file

+

Search Tips   |   Advanced Search