Hi All,
This is below my sample logs.
[2022-03-09T22:38:03.296+01:00] [String] [NOTIFICATION:16] [ODL-52001] [FileLogWriter] [Oracle] [host: *] [nwaddr: *] [tid: [ACTIVE].ExecuteThread: '157' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: *] deleting log file: diagnostic-42.log, size: 10481909 bytes
[2022-03-09T22:38:03.214+01:00] [STR1] [NOTIFICATION] [logging] [tid: *] [userId: ] [ecid: *,0:10] [APP: soa] [partition-name: D] [tenant-name: G] [WSM_ServiceID: *] [FlowId: *] [policy] [WSM_LogType: Request] [[ XML details]]
So I don't want this first line which is starting [2022-03-09T22:38:03.296+01:00] [String] [NOTIFICATION:16]..... want to drop it and want to keep from second line which is starting [2022-03-09T22:38:03.214+01:00] [STR1] [NOTIFICATION] [logging].......
So, how can I achieve this in logstash.. Shall I write multiple match pattern and drop the first message?