-
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
Input controls crashes if index pattern is not available #79431
Input controls crashes if index pattern is not available #79431
Conversation
src/plugins/input_control_vis/public/control/range_control_factory.ts
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]page load bundle size
History
To update your PR or re-run it, just comment with: |
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! Tested locally
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 locally, no crashes and the error indicator seems to work fine. LGTM!
This is a bug fix, I would add the |
* Input controls crashes if index pattern is not available Closes elastic#72664 * Replace index pattern null type with undefined * Move index pattern checks into FilterManager init function * Rename indexPatternService to indexPatternsService to match other variables names
* master: [Telemetry] Telemetry tools check all `makeUsageCollector` calls (elastic#79840) Input controls crashes if index pattern is not available (elastic#79431)
Closes #72664
Summary
Fixed error displaying if input control visualization misses an index pattern.
Checklist
Delete any items that are not applicable to this PR.
For maintainers