Hello everyone! Can someone please help me with writing a grok pattern for this log line? I am not able to seperate its fields.
{"name":"test","test_arr":[{"key_word":"ok","test_code":"👌","h_code":"1234.png"}],"create_date":"2020-12-15 19:21:21.900","activation":true}
My problem is that I can not get the array fields. I am able to get "create_date" or "name" or "activation".
I'd be glad if someone could help me with this.