-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Influx CLI - allow bucket creation RP in 'd' units (days) #18639
Comments
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
4 tasks
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
jsteenb2
added a commit
that referenced
this issue
Jun 23, 2020
I went ahead and added weeks as well to the CLI durations supported. Weeks will land in this PR: #18659 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal:
Allow for buckets to be created with a retention policy in days "d" units. Note that in 1.x, duration units include days d and weeks w as well:
https://docs.influxdata.com/influxdb/v1.8/query_language/spec/#durations
Current behavior:
Desired behavior:
I would like for the "d" unit to be recognized when creating a bucket since it's typical to create RP in days, like 7d, 30d etc.
Alternatives considered:
Convert days to hours and use 'h' unit instead.
Use case:
Since most people create RPs in terms of days, this would eliminate having to convert to hours and be less confusing.
The text was updated successfully, but these errors were encountered: