Need help with grok pattern

My application generates log in the following pattern:

2018-10-12 14:45:20.583 UTC DEBUG 123456 pool-default-dummytext-dummytext-thread-1 text text text received from server:
[
[
multiplelinetext
multiplelinetext
multiplelinetext
multiplelinetext
]
]
2018-10-12 14:46:57.331 UTC ERROR 123456 pool-default-dummytext-dummytext-thread-89 Exception while dummytext to dummytext dummytext: : dummytext.dummytext.dummytext.dummytext.dummytext: dummytext: 256 : No dummytext dummytext dummytext dummytext dummytext.
2018-10-12 14:46:57.331 UTC ERROR 123456 pool-default-dummytext-dummytext-thread-89 com.dummytext.dummytext.dummytext.dummytext: dummytext: 256 : No dummytext dummytext from dummytext dummytext.
at com.dummytext.dummytext.dummytext.dummytext.dummytext.receive(dummytext.java:151)
at com.dummytext.dummytext.dummytext.dummytext.receive(dummytext.java:259)

The number 12345 is the job ID I would like to follow, So a typical use case would be like, show me all the content from the log file associated with a specified job ID,

I would really appreciate any suggestions on grok patterns

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