I can’t figure out why my “WITH MEASUREMENT” clause is not working.
Very simple example:
This works:
SHOW MEASUREMENTS
When I add filter I get no results
SHOW MEASUREMENTS WITH MEASUREMENT = "binary_sensor"
I tried a regex filter and still no luck
SHOW MEASUREMENTS WITH MEASUREMENT =~ /binary.*/
I’m using the web based Data Explorer tool on cloud2.influxdata.com. I tried the same query from a Grafana visualization editor and got the same results (data shows with no filter, but adding a filter yields no results).
I’m trying to make the switch from Flux to InfluxQL since they are dropping long term support for flux.
TIA