I have a log file, which the content like below
{"log":"{\"time\":\"2020-12-02 22:42:00,535\", \"a_key\":\"a_value\"}\n","stream":"stdout","time":"2020-12-02T22:42:05.58702969Z"}
I want to parse the log field to json object, how to do that in logstash filter?