You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once all the job and datafeeds have been migrated don't write the empty lists in MlMetadata.toXContent otherwise you have this confusing and potentially alarming clusterstate where it looks like no jobs exist
GET /_cluster/state/metadata
ml : {
jobs : [],
datafeeds: []
}
The text was updated successfully, but these errors were encountered:
Once all the job and datafeeds have been migrated don't write the empty lists in
MlMetadata.toXContent
otherwise you have this confusing and potentially alarming clusterstate where it looks like no jobs existThe text was updated successfully, but these errors were encountered: