Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch 2.15
Describe the issue:
When I create HC anomaly detectors more than 10 but limit is 10.
{"detector":{"general_settings":{"message":"Can't create more than 10 HC anomaly detectors."}}}
I’ve changed setting for AD like that
{
"persistent": {
"plugins": {
"anomaly_detection": {
"dedicated_cache_size": "30",
"max_multi_entity_anomaly_detectors": "50"
},
"index_state_management": {
"template_migration": {
"control": "-1"
}
}
}
},
"transient": {}
}
I restarted the OpenSearch cluster, but the error is still the same.
How to create AD more than 10?