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

[ML] - Single Metric Viewer - better sorting/filtering of partition/by field values #69526

Closed
richcollier opened this issue Jun 18, 2020 · 3 comments · Fixed by #81510
Closed
Assignees

Comments

@richcollier
Copy link

After this issue was reported (#52618) the list of entities in the dropdowns was expanded to include all entities, not just the anomalous ones.

However, sorting the dropdown by anomalousness (so that the most interesting bubble to the top) would be useful here. Additionally, perhaps a toggle/checkbox to "show all" or "only show anomalous" might be interesting.

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@joealex
Copy link

joealex commented Sep 13, 2020

In earlier versions of ML in the Single metric panel when you select a detector it used to show the overall graph by default without selecting any field. This was very useful to get an anomalous summary for that detector. The dropdown was populated by only anomalous fields and it was very useful since an entry in the dropdown meant there is an anomaly.

Now it is simply populated by all available values which makes this functionality practically very less useful. You have to cycle through each value and see if anyone has an issue and also there is no overall summary view.

  • restore overall summary anomaly view when nothing is selected (was removed recently)
  • sort the dropdown by anomalousness and have the the most interesting on top
  • a toggle/checkbox to "show all" or "only show anomalous" (default to show anomalous)

@peteharverson
Copy link
Contributor

The background behind the decision to change the behavior of the Single Metric Viewer to prompt the user to select a partitioning field before displaying the chart and anomalies is documented in #18090. The previous behavior had the advantage of showing 'something', but this was outweighed by the fact that in a 'single metric' view we didn't want to show a chart aggregating over multiple metrics, and for larger jobs with many partitioning field values could show many 'red' anomalies.

However I agree it would be useful to provide additional sorting options to the dropdown displaying the list of partitioning field values, allowing the user to sort by anomaly score as well as alphabetically, plus a switch to only list the values with anomalies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants