-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[TSVB] Apply dateHistogramInterval utility #39665
Conversation
Pinging @elastic/kibana-app |
💚 Build Succeeded |
x-pack/legacy/plugins/rollup/server/lib/search_strategies/rollup_search_capabilities.js
Outdated
Show resolved
Hide resolved
retest |
💚 Build Succeeded |
💚 Build Succeeded |
It seems we're currently not validating the interval entered into the field (correctly). You currently can enter |
2edf54e
to
4d6bca2
Compare
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Chrome Linux, Code LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [TSVB] Apply dateHistogramInterval utility * isModelValid -> isModelInvalid
Summary
Apply the dateHistogramInterval utility for TSVB, which can be used to calculate the correct interval key (calendar_interval or fixed_interval) for a given interval string (like 10s, 1h, etc.).
More details you can find here: #39091
Checklist
For maintainers