Hello!
I have multiple timeseries coming from an InfluxDB with the following names: Main.Data0, Main.Data1 etc.
How can I query from all the timeseries using a regex (e.g Main.*)?
Hello!
I have multiple timeseries coming from an InfluxDB with the following names: Main.Data0, Main.Data1 etc.
How can I query from all the timeseries using a regex (e.g Main.*)?
Hi @stefanastase,
Welcome to the community support forums !!
You can look at this post as I think it contains the answer you are looking for.
I also found this on the InfluxDB documentation.
Let us know if this helps.