We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating an Infinite Retention Policy seems not possible. Both "0" or "INF" is rejected:
curl -G http://localhost:8086/query --data-urlencode "q=CREATE RETENTION POLICY blubb ON test DURATION 'INF' REPLICATION 1 DEFAULT" {"error":"error parsing query: found INF, expected duration at line 1, char 47"} curl -G http://localhost:8086/query --data-urlencode "q=CREATE RETENTION POLICY blubb ON test DURATION 0 REPLICATION 1 DEFAULT" {"error":"error parsing query: found 0, expected duration at line 1, char 48"}
Strange enough following is accepted:
curl -G http://localhost:8086/query --data-urlencode "q=CREATE RETENTION POLICY blubb2 ON test DURATION 0h REPLICATION 1 DEFAULT" {"results":[{}]}
In addition it would be nice if the web ui offers to
Running 8eefdba on Ubuntu 14.04
The text was updated successfully, but these errors were encountered:
Would it be possible that the default retention policy for all databases is infinite if not specified?
Sorry, something went wrong.
I agree that it would be nice both to have infinite retention policy and inifinite as default behaviour.
We have had discussions about this, which are relevant.
#1732
Pass INF for infinite retention policies.
INF
otoolep
No branches or pull requests
Creating an Infinite Retention Policy seems not possible. Both "0" or "INF" is rejected:
Strange enough following is accepted:
In addition it would be nice if the web ui offers to
Running 8eefdba on Ubuntu 14.04
The text was updated successfully, but these errors were encountered: