Buckets best practice, manage dashboard with multiple installations

Hey guys,

I receive data from temperature sensors from 200 installations in csv format once a day.

I want to analyse those data for each installation with a dashboard.

Should I create a bucket for each installation ?

With Influxdb v2 and my dashboard created, How can I easily switch to another installation without re-creating an other dashboard ? If I reformulate, how can I avoid having to create 200 dashboards?

Thanks !

Hello @thomas.le-cocq,
Welcome and sorry for the delay :see_no_evil:
You can write all your data to the same bucket. Then you can create one dashboard and use the date picker to switch between days.

Does that fit your needs?
Or am I missing something?

Thanks.