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
Previously, we hardcoded HCAD (including real-time and historical) shingle size to be one due to time constraints when releasing HCAD. This PR enabled shingling in HCAD on the frontend (backend PR: opensearch-project/anomaly-detection#187). Specifically, after this PR
* both single-stream and HCAD detectors have a default shingle size of 8.
* no special handling of HCAD detectors' shingle size.
Testing done:
1. unit tests and cypress tests pass.
2. Manual testing to verify HCAD real-time and historical tasks use shingle eight by default and can use customized size.
3. Manual testing to verify preview uses shingle eight by default and can use the customized size.
0 commit comments