Need help on Grok Pattern

Hello,

I have below log format.

18:14:45.273 VERB t@-1864464640 input params: personName=Babul, groupRoleName=Engineer Group

I want the grok filter for this to give the output like below:

{
"Time": [
"18:14:45.273"
],
"Input Parameters": [
personName=Babul,
groupRoleName=Engineer
]
}

Please help.

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