Grafana log have this format.
{"log": "message","stream": "stdout","time": "2025-02-27T14:52:50.01405178Z"}I need to extract all fields with the time equals to the current minute I can define with
--arg date "$(date '+%Y-%m-%dT%H:%M')"
.
How to use new date variable to select suitable records and then filter it by log field?