Need help to grok this pattern

This is the log message

Shipper-CMN-CMN-WMQ-TOPOLOGY | 2017-09-13T12:23:03.512 | f20ad7a49557c605e729a2db16bb295d1d4922e32f2a2ffbb1d4b0b8ae34c28b

I tried various grok patterns but it isnt working!

You can use that type of tool to help you. Grok constructor

I find that way : %{USERNAME}%{SPACE}\|%{SPACE}%{TIMESTAMP_ISO8601}%{SPACE}\|%{GREEDYDATA}

You can also use Grok debugger to test that pattern with your data.

I hope this help you!

1 Like

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