I am trying to parse below log using grok
[2018-10-06 12:04:03:0227] [MYMACHINENAME]
and the grok expression which I used is
/[%{DATESTAMP:date}/] /[%{WORD:data}%/]
and this expression is not working. I tried to replace WORD with hostname even then it not working and if I try to either of the matchers alone then it works. Can anyone provide me the better tutorial pages to learn grok expressions?