Re: [influxdb] batch wont compile (using join)

2016-07-27 Thread Ross McDonald
I think the problem is that the `==` operator is not valid InfluxQL. Try updating your queries to use `=` instead of `==`. So the first query should be: SELECT 100*mean("value") FROM "metrics"."default"."134" WHERE "measure" = 'impressions' AND "relative" = '0' AND "env" = 'exchange' AND "type" =

Re: [influxdb] batch wont compile (using join)

2016-07-27 Thread nir . podoleanu
didn't help... On Monday, July 25, 2016 at 7:34:45 PM UTC+3, Sean Beckett wrote: > > Version numbers should match. You are using Kapacitor 0.2 with InfluxDB > 0.13. I would recommend upgrading to Kapacitor 0.13 and see if that > addresses the issue. > > On Mon, Jul 25, 2016 at 8:52 AM, > wrote:

Re: [influxdb] batch wont compile (using join)

2016-07-25 Thread Sean Beckett
Version numbers should match. You are using Kapacitor 0.2 with InfluxDB 0.13. I would recommend upgrading to Kapacitor 0.13 and see if that addresses the issue. On Mon, Jul 25, 2016 at 8:52 AM, wrote: > hello, > im using kapacitor v 0.2 beta influxdb v 0.13.0 > i got an issue trying to define a

[influxdb] batch wont compile (using join)

2016-07-25 Thread nir . podoleanu
hello, im using kapacitor v 0.2 beta influxdb v 0.13.0 i got an issue trying to define a new alert using joinNode heres my tick: *var one = batch|query(''' SELECT 100*mean("value") FROM "metrics"."default"."134" WHERE "measure" == 'impressions' AND "relative"