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
Is there any 'Interval Filter' available ?
I couldn't find it in "type" : "interval" in filter code.
Filtering on a set of ISO 8601 intervals:
{ "type" : "interval", "dimension" : "__time", "intervals" : [ "2014-10-01T00:00:00.000Z/2014-10-07T00:00:00.000Z", "2014-11-15T00:00:00.000Z/2014-11-16T00:00:00.000Z" ] }
The text was updated successfully, but these errors were encountered:
@var23rav, it's probably missing. A PR would be welcome!
Sorry, something went wrong.
Initiated a PR #87
Closing since feature is available with PR 87 code merged.
No branches or pull requests
Is there any 'Interval Filter' available ?
I couldn't find it in "type" : "interval" in filter code.
Filtering on a set of ISO 8601 intervals:
The text was updated successfully, but these errors were encountered: