Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Anomaly detection features count locked at 5 #1099

Open
MCdeamon7 opened this issue Nov 16, 2023 · 2 comments
Open

[BUG] Anomaly detection features count locked at 5 #1099

MCdeamon7 opened this issue Nov 16, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@MCdeamon7
Copy link

ISSUE
The documentation say that plugins.anomaly_detection.max_anomaly_features can be increased up to 10, (and is limiting but better than nothing)
I increased it to 10 via DevTools:
PUT /_cluster/settings
{
"persistent" : {
"plugins": {
"anomaly_detection": {
"max_anomaly_features": "10"
}
}
}
}
And GET /_cluster/settings/ tell me that is actually persistent even after shutting down the docker compose and bringing it back up.
But at the moment I try to insert the feature in the anomaly detection job in the dashboard, the maximum is locked at 5.

To Reproduce
Steps to reproduce the behavior:

  1. Go to DevTools in dashboard
  2. send and past the previous command
  3. go to anomaly detection
    5.try to set more than 5 features.

Host/Environment (please complete the following information):

  • OS: [Linux Manjaro]
  • Deployment: Docker compose
  • Version [latest]

Additional context
Sorry for my broken English, I'm Italian but trying to improve.

@MCdeamon7 MCdeamon7 added bug Something isn't working untriaged labels Nov 16, 2023
@msfroh
Copy link

msfroh commented Nov 16, 2023

@opensearch-project/admin -- Can we please move this to https://github.com/opensearch-project/anomaly-detection ?

@gaiksaya gaiksaya transferred this issue from opensearch-project/OpenSearch Nov 16, 2023
@kaituo
Copy link
Collaborator

kaituo commented Nov 22, 2023

@MCdeamon7, this is indeed a bug. We provided support for backend, but the frontend hardcoded the number 5. Will put it in our backlog.

@kaituo kaituo removed the untriaged label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants