Closed peteharverson closed 1 month ago
Pinging @elastic/ml-ui (:ml)
We need to pass the selected partition field value in https://github.com/elastic/kibana/blob/main/x-pack/plugins/ml/public/application/timeseriesexplorer/components/series_controls/series_controls.tsx#L163
For anomaly detection jobs with both a
by
field and apartition
field, the 'by' field dropdown in the Single Metric Viewer currently displays values across all partition field values. This can make exploring results in the view difficult as there is no indication of which combination ofpartition
andby
field values have results, with an invalid combination giving no results:The values in the (third)
by
field dropdown should be filtered to only display values for the selected value in the (second)partition
field dropdown.