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] Add support for per-partition categorization jobs #73968

Closed
8 tasks done
peteharverson opened this issue Jul 31, 2020 · 1 comment
Closed
8 tasks done

[ML] Add support for per-partition categorization jobs #73968

peteharverson opened this issue Jul 31, 2020 · 1 comment
Assignees
Labels
Meta needs-team Issues missing a team label v7.10.0

Comments

@peteharverson
Copy link
Contributor

peteharverson commented Jul 31, 2020

Meta issue outlining the steps to add support for per-partition categorization anomaly detection jobs in the ML UI.

  • Add a control to the categorization job wizard to enable per_partition_categorization for the job (switch should default to false)
  • If per_partition_categorization is enabled, display an input field allowing the user to set the partitioning field for the job.
  • If per_partition_categorization is enabled, display an extra checkbox/switch allowing the user to set stop_on_warn (default to false)
  • Add a new Kibana endpoint for retrieving categorizer_stats documents (will search for job_id: whatever and result_type: categorizer_stats)
  • Add / edit categorization Kibana endpoints to support per partition categorization to add partition_field_value to search terms when searching for categorization results from jobs with per-partition categorization enabled
  • Add a new Kibana endpoint so that solutions can find out which partitions we stopped categorizing (searching for categorizer_stats documents in the job's results index)
  • If viewing the results of a per-partition categorization job in the Anomaly Explorer, and if stop_on_warn was enabled, add an indicator somewhere in the view if the categorization status goes to warn for a partition. This is needed to explain to the user that there may be fewer results than there could have been.
  • (Nice to have) Add an indicator in the categorization job wizard if the categorization status goes to warn for a partition
@peteharverson peteharverson added Meta enhancement New value added to drive a business result :ml Feature:Anomaly Detection ML anomaly detection v7.10.0 labels Jul 31, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta needs-team Issues missing a team label v7.10.0
Projects
None yet
Development

No branches or pull requests

4 participants