Influxdb2 query specific bucket name and set as default

Hi

I’m new to grafana. I use influxdb v2 and the default query from a dashboard is as follows:

image

and I would like just to see “telegraf” as the only one bucket in the list.

How should the query look like?

Thank you so much for your help!!!

thx ara

You can simplify this by selecting that bucket name in your influxdb datasource connection configuration

thx but I did that already…

I found another thread that helped me:

needed to set regex /(telegraf)/ and that did the trick. At least for this dashboard :slight_smile: .

Thx

1 Like