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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Currently we support 5 features by default. But user can update cluster setting opendistro.anomaly_detection.max_anomaly_features to change it. But user can't add more features even they change it to a larger value.
As a workaround, user can use update API to add more features and the AD result page can show feature charts correctly.
Solution
We should read the max_anomaly_features setting, rather than use the hard coded value.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
Currently we support 5 features by default. But user can update cluster setting
opendistro.anomaly_detection.max_anomaly_features
to change it. But user can't add more features even they change it to a larger value.As a workaround, user can use update API to add more features and the AD result page can show feature charts correctly.
Solution
We should read the
max_anomaly_features
setting, rather than use the hard coded value.The text was updated successfully, but these errors were encountered: