I want to parse a linux application log file and extract lines that match a field(EXPIRYTIME:20140612230000) only when that field value is greater than a specific date(20140612). This is a sample entry below;
[DATE: Fri Jun 06 00:00:05 UTC 2014] [MSISDN: 000000000000] [SPID: 0000000000000] [SERVICEID: 00000000000] [PRODUCTID:0000000000000] [UPDATETYPE: 3] [UPDATETIME: 0000000000000] [EXPIRYTIME: 20140612230000] [serviceAvailability:0] [durationOfSuspendPeriod:10] [channelID:2] [microbillingFlag:0] [packagePriceType:2] [status:0] [transactionID:000000000000]
Any suggestions will be appreciated. Thanks.