Hi, i would like to separate the log below in to 2 event , but the multiple line pattern fails to do that, any help appreciated
[2019-03-28T20:16:55.092-05:00] [soa_server2] [NOTIFICATION] [oracle.integration.platform.blocks.soap] [tid: [ACTIVE].ExecuteThread: '58' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: febf7231-0951-4764-bb80-10c2a15ff1f2-00cd1871,1:279692] [APP: soa-infra] [oracle.soa.tracking.FlowId: 37703369] [oracle.soa.tracking.InstanceId: 221175315] [oracle.soa.tracking.SCAEntityId: 170048] [composite_name: Async_Invoke_Import_Model!1.7] [FlowId: 0000Mb71McV2VO8TNiQ5Se1SZWCT000qY9] Comparing endpoint port 8001 against system enabled HTTP/HTTPS port..
[2019-03-28T20:16:55.092-05:00] [soa_server2] [NOTIFICATION] [oracle.integration.platform.blocks] [tid: [ACTIVE].ExecuteThread: '58' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: febf7231-0951-4764-bb80-10c2a15ff1f2-00cd1871,1:279692] [APP: soa-infra] [oracle.soa.tracking.FlowId: 37703369] [oracle.soa.tracking.InstanceId: 221175315] [oracle.soa.tracking.SCAEntityId: 170048] [composite_name: Async_Invoke_Import_Model!1.7] [FlowId: 0000Mb71McV2VO8TNiQ5Se1SZWCT000qY9] HTTPS server URL retrieved from platform provider is null
This is my pattern setting, for date format in the log [2019-03-28T20:16:55.092-05:00] :
multiline.pattern: '^['
multiline.negate: true
multiline.match: after
i tried with the patterns below also not working:
^[
^[d{4}-
^[[0-9]{4}-[0-9]{2}-[[:alpha:]]{5}:[0-9]{2}:[0-9]{2}.[0-9]{3}-[0-9]{2}:[0-9]{2}]
^[[0-9]{4}-[0-9]{2}-[0-9A-Za-z]{5}:[0-9]{2}:[0-9]{2}.[0-9]{3}-[0-9]{2}:[0-9]{2}]