Quotes and Kapacitor

How do we query where clause if tag is name in tick script, like where (“name”=‘a’ or “name”=‘b’), query runs fine on influx directly but when in tickscript kapacitor changes this to (/“name/”=‘a’ or /“name/”=‘b’)

Hi Chris,

I have tried with some of the keywords from this list and kapacitor does the same …
I guess tick script doesn’t like any of these keywords in the where clause

InfluxQl keywords