Unable to parse grokpattern for below log in opensearch

I am trying to parse the below log using Grok pattern, Grok pattern is parsing in grokdebugger but it is not able to parse in open search. Please find the log attached

{"level":"info","msg":"method:offlineActivate,name: SHAMPOO, customernumber:ASA76,ordernumber:0BLhf0,type:online","time":"2023-07-05T13:14:55Z"}

Could you please help with the grokpattern

OpenSearch/OpenDistro are AWS run products and differ from the original Elasticsearch and Kibana products that Elastic builds and maintains. You may need to contact them directly for further assistance.

(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns :elasticheart: )

Hello,

Your issue is with Logstash, right?

Please share your Logstash configuration using the Preformatted text option, the </> button.

Also

{"level":"info","msg":"method:offlineActivate,name: SHAMPOO, customernumber:ASA76,ordernumber:0BLhf0,type:online","time":"2023-07-05T13:14:55Z"}

This is a JSON message, you should parse it first with the json filter.

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