I have two types of events. The first type is one-line:
Aug 17 2014 00:03:17 IBRA-S-CX600-2 HWCM/4/CFGCHANGE:OID 1.3.6.1.4.1.2011.6.10.2.1 Configure changed. (EventIndex=5382, CommandSource=1, ConfigSource=2, ConfigDestination=4)
while the second type is multiline:
################################################################
#Automatic record log end,current health information as follows:
Slot CPU Usage Memory Usage (Used/Total)
---------------------------------------------------------------
9 MPU(System Master) 22% 26% 475MB/1812MB
1 LPU 19% 36% 307MB/836MB
2 LPU 12% 49% 169MB/340MB
3 LPU 15% 36% 308MB/836MB
8 LPU 17% 40% 331MB/814MB
10 MPU 5% 23% 434MB/1812MB
#DateTime Stamp: 2014-08-17 00:06:08.600
################################################################
What is the regex to break before these two lines:
################################################################
#Automatic record log end,current health information as follows:
Thanks!
... View more