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
In the agg builder, intervals right now are limited to 1:
This is due to how time buckets work, with a fixed moment.duration of 1 - see here
moment.duration
Seems easy enough to add a RegExp or something to pluck out numbers and allow other options, like "12 hours", "30 seconds", etc.
The text was updated successfully, but these errors were encountered:
Is this a duplicate of #1784 ?
Sorry, something went wrong.
Yup, sorry, didn't find that when I searched.
w33ble
No branches or pull requests
In the agg builder, intervals right now are limited to 1:
This is due to how time buckets work, with a fixed
moment.duration
of 1 - see hereSeems easy enough to add a RegExp or something to pluck out numbers and allow other options, like "12 hours", "30 seconds", etc.
The text was updated successfully, but these errors were encountered: