Kaituo Li
Kaituo Li
> For the list of repos that require changes, I was more wondering about the future/eventual changes that will need to be done in frontend or other plugins, such as...
> > For the list of repos that require changes, I was more wondering about the future/eventual changes that will need to be done in frontend or other plugins, such...
Proposal: delete checkpoints when stopping detector in terms of EndRunException (same as what we do when stopping a detector using RestFul API). When failing to delete a checkpoint, we should...
@drewmiranda-gl, AD supports single node. The problem is AD indices may lose fault tolerance if the single node goes down. We can also allow configuring the behavior of [SETTING_NUMBER_OF_REPLICAS](https://github.com/opensearch-project/anomaly-detection/blob/main/src/main/java/org/opensearch/ad/indices/AnomalyDetectionIndices.java#L569). Such...
> Allowing configuration of `SETTING_NUMBER_OF_REPLICAS` would be amazing! I'm not that familiar with `auto_expand_replicas`, would that allow a default of having a replica shard created but only if there are...
I moved this issue from bug to Feature
.plugins-ml-config comes from ml-commons plugin. .opensearch-sap indices come from security analytics plugin.
I meant these indices are not created by AD and this repo is AD repo. Do you want to create a new issue in ml-commons and security analytics repo?
@MCdeamon7 Can you list steps on how to generate data using https://github.com/MCdeamon7/data-generator ? Also, what do you mean by bucket size/ What's your detector configuration?
found it is due to gradle test failed to kill the java process while existing. The fix is to kill the process manually first (look for Java process) before issuing...