Skip to content
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

[BUG]: If all Series and Dimensions are removed from a query and Refresh button is hit, the app breaks. #1105

Closed
DipraAich opened this issue Oct 11, 2022 · 1 comment
Assignees
Labels
bug Something isn't working v2.4.0 'Issues and PRs related to version v2.4.0'

Comments

@DipraAich
Copy link
Contributor

What is the bug?
If all Series and Dimensions are removed from a query and Refresh button is hit, the app breaks.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Add a query with stats and by into the query panel and hit on refresh. Eg: source = opensearch_dashboards_sample_data_logs | stats max(bytes), avg(bytes) by host
  2. Once data is loaded update the query and remove all stats and by. Eg: source = opensearch_dashboards_sample_data_logs
  3. Hit refresh button.
  4. The app crashes.
Untitled.1.mp4

What is the expected behavior?
The app should not crash.

@DipraAich
Copy link
Contributor Author

This issue has been fixed and merged into main. Hence closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

No branches or pull requests

2 participants