Skip to content

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

Open
@MCdeamon7

Description

@MCdeamon7

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions