Change the bucket source for an entire dashboard

Using InfluxDB 2.7.1 and Grafana 10.0.3
My InfluxDB data source in Grafana is set to InfluxQL since that is what my first imported dashboard was written for.

I recently created a new bucket called WINDOWS_HOSTS and i am using telegraf to populate it.
The pre-made dashboard is also built to use InfluxQL, however it defaults to the original bucket so i do not have any data.

How can I set this new dashboard to look at the new bucket?

Hello @Visible-Stea1th
Welcome!
Can you please share the premade dashboard?
I think you would have to edit the original dashboard queries to include either a dashboard variable that you can configure with grafana or hard coded to the one you want to use.