How to covert 04-Mar-2020 19:20:06 o'clock GMT using Date Filter

HI,
I have an Weblogic Server which populates logs and date within logs is in format as "04-Mar-2020 19:20:06 o'clock GMT". What format should I use to covert this String into @Timestamp using DATE filter of logstash ?

I would use dissect to extract the first two fields then a date filter with "dd-MMM-yyyy HH:mm:ss".

ok ..thanks will try that way

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.