First Steps Parsing

Hi Guys!

I am taking my first steps with the platform. Playing with Loki, Grafana, phpldapadmin and OpenLdap. I would like to make a parse of the log field. I show you.

How do I do to divide that field, in different fields. At one point I thought about doing it with pattern. Is it the best option?

{
  "log": "10.244.0.1 - - [01/Feb/2024:15:11:14 +0000] \"GET /images/default/ldap-o.png HTTP/2.0\" 200 1397 \"https://127.0.0.1:60220/cmd.php?server_id=1&redirect=true\" \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\"\n",
  "stream": "stdout",
  "time": "2024-02-01T15:11:14.193249717Z"
}

Can you help me? Thank you.