19/Nov/2019:10:30:57 +0530 in grok debugger
What will be the syntax for this type of logs
For pre defined grok patterns refer to below link.
For the timestamp which you mentioned you can use HTTPDATE pattern as below
%{HTTPDATE:}
Post the full log for which you want to apply grok.
1 Like
Thank you!
I am having another doubt ,how to parse kafka logs in a grok
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.