kibana
kibana copied to clipboard
[Metrics UI] partition field name always set for k8s ML job
If I remove kubernetes.namespace
from the partition field, it is still sent as the partition field name to the api. Is this behaviour correct? Does not occur for Host ml jobs.
Remove field name, save.
See POST data from /api/ml/modules/setup/metrics_ui_k8s
:
The data sent above is created after calling /api/ml/jobs/jobs_summary
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)
Issue seems to be here, where we only override the default partition field (kubernetes.namespace
) if the user selects a partition field. In the event they select nothing (everything), we leave the default field. This doesn't happen for hosts because their is no default partition field.
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing - we'll be re-working ML jobs once we move K8s to start using EEM