@Geno Is this CQ only working when the "INTO" is another database? or can is 
also be an other Retention policy in the same database. I tried it, and i'm not 
getting any data into the RP.



__________________________________________________________
name: telegraf
name         query
----         -----
cq_four_week CREATE CONTINUOUS QUERY cq_four_week ON telegraf BEGIN SELECT 
mean(*) INTO telegraf.four_weeks.:MEASUREMENT FROM telegraf.autogen./.*/ GROUP 
BY time(5m), * END
cq_a_year    CREATE CONTINUOUS QUERY cq_a_year ON telegraf BEGIN SELECT mean(*) 
INTO telegraf.a_year.:MEASUREMENT FROM telegraf.autogen./.*/ GROUP BY 
time(30m), * END
__________________________________________________________

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to influxdb+unsubscr...@googlegroups.com.
To post to this group, send email to influxdb@googlegroups.com.
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/beb456d0-d674-447d-9d1c-3cad0acf2bf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to