Grafana version Grafana v11.1.0
I created a panel using infinity data source.
Im making an API request that look something like this:
offenses?filter=start_time%3E1725062400000%20and%20start_time%3C1725148799000
I am enclosing the time range in my API request from the beginning of yesterday at 00:00:00 to the end of yesterday at 23:59:59.
In the query i filter like this (example): start_time>1725062400000 and start_time<1725148799000
I want this panel (and this panel only) to show all of the results from the day before dynamically.
Is it possible to make the values of the starttime change dynamically everyday to show the results of the day before?
I tried to follow the variable documentation but im having a diffucult time with it.
I would appreciate any help
Thanks!