# Need help on Grok Pattern

**URL:** https://discuss.elastic.co/t/need-help-on-grok-pattern/127534
**Category:** Logstash
**Created:** [April 10, 2018, 6:59pm UTC](https://discuss.elastic.co/t/need-help-on-grok-pattern/127534 "2018-04-10T18:59:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Babul\_Kumar\_Sahoo](https://avatars.discourse-cdn.com/v4/letter/b/aca169/32.png) [@Babul\_Kumar\_Sahoo](https://discuss.elastic.co/u/Babul_Kumar_Sahoo)
#### Post date: [April 10, 2018, 6:59pm UTC](https://discuss.elastic.co/t/need-help-on-grok-pattern/127534/1 "2018-04-10T18:59:17Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [May 8, 2018, 6:59pm UTC](https://discuss.elastic.co/t/need-help-on-grok-pattern/127534/2 "2018-05-08T18:59:22Z")

</div>

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