Hi there
the following works in 0.13.0 out-of-the-box and before CREATE CONTINUOUS QUERY down_sample_all_at_43200000ms ON testdb BEGIN SELECT mean(value_EIGAI) AS downsampled_43200000ms_EIGAI, first(value_EIGSTR) AS downsampled_43200000ms_EIGSTR, first(status) AS downsampled_43200000ms_status INTO testdb_downsampled."default".:MEASUREMENT FROM /.*/ GROUP BY time(43200000ms) fill(none) END (the above selects all numerical data and does a continuous query..using default retention policy) now it does not work in 1.0.0-beta1, I get the response "retention policy not found: default" So does the default retention policy no longer exist? Is this expected (I haven't spotted evidence on the doc that we expect a change here) Thanks! Ian -- Remember to include the InfluxDB version number with all issue reports --- You received this message because you are subscribed to the Google Groups "InfluxDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. 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/42c28365-544b-493b-b25b-488ed374fcad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
