-
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
[Logs UI] [Design] Machine learning analysis screens #41497
Comments
Pinging @elastic/infra-logs-ui |
After studying the ML result data structures and talking to people more knowledgeable about them, there seems to be a mismatch between the implied features in the Mockup and what is feasible using the output of the ML jobs. In particular, the association between the categories and the time filter is only possible via an anomaly record. This has a few consequences: Log Categories: What shows up as a category here are occurences of categories in specific time buckets that behave anomalously. This means that a category might show up multiple times. Log Categories Count column: The count is the anomalous document count within a specific bucket. Any occurences of documents belonging to a category, which doesn't exhibit anomalous behavior in the specific bucket will not be included. Since there is no link between the documents and the categories beyond the few example term queries, we can not query for the overall count of documents belonging to a category. Log Categories Count sparkline: The sparkline is an expansion of the count over time. The same limitations of the previous point apply. It appears the prototype that inspired this mockup was based on a custom build of the ML plugin that produced different output data than what is currently produced. |
EUI doesn't seem to have built-in stuff to do the type of padding and layout that's in these mockups. Do we want to do a bunch of custom styling to get all that whitespace, get the "More data" help text next to the "Time range" field, etc.? Or just get as close as we can with standard EUI components? |
For the planned Logs/ML integration to enable ML categorization on logs, we need designs for a number of screens.
AC (Acceptance Criteria, or the design deliverables we need when this ticket is done):
The text was updated successfully, but these errors were encountered: