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

[FEATURE] Introduce min_docs settings for rollover logic of findings/alerting indices #379

Open
petardz opened this issue Mar 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@petardz
Copy link
Contributor

petardz commented Mar 21, 2023

Is your feature request related to a problem?
Currently, our index management job will do rollover of finding/alert indices when one of 2 conditions are met: max_index_age or max_index_docs. Rollover would be done, even tho index has 0 docs.

What solution would you like?
Introduce min_docs settings and check it before executing rollover API.

@petardz petardz added enhancement New feature or request untriaged labels Mar 21, 2023
@lezzago lezzago removed the untriaged label Apr 6, 2023
riysaxen-amzn pushed a commit to riysaxen-amzn/security-analytics that referenced this issue Feb 20, 2024
* [FEATURE] Detector must have at least one alert set opensearch-project#288

Signed-off-by: Jovan Cvetkovic <[email protected]>

* [BUG] Create detector | Interval field can be empty opensearch-project#378

Signed-off-by: Jovan Cvetkovic <[email protected]>

* fix PR failed tests

Signed-off-by: Jovan Cvetkovic <[email protected]>

* fix PR failed tests

Signed-off-by: Jovan Cvetkovic <[email protected]>

* unit tests

Signed-off-by: Jovan Cvetkovic <[email protected]>

* unit tests

Signed-off-by: Jovan Cvetkovic <[email protected]>

* testing github-action v5

Signed-off-by: Jovan Cvetkovic <[email protected]>

* testing github-action v5

Signed-off-by: Jovan Cvetkovic <[email protected]>

* testing github-action v5

Signed-off-by: Jovan Cvetkovic <[email protected]>

---------

Signed-off-by: Jovan Cvetkovic <[email protected]>
riysaxen-amzn pushed a commit to riysaxen-amzn/security-analytics that referenced this issue Mar 25, 2024
…nsearch-project#379)

* Add Destination migration classes

Signed-off-by: Mohammad Qureshi <[email protected]>

* Rename ElasticExtensions to OpenSearchExtensions

Signed-off-by: Mohammad Qureshi <[email protected]>

* Refactor blocking calls to use coroutines

Signed-off-by: Mohammad Qureshi <[email protected]>

* Add Notifications and Notifications core plugins to test clusters

Signed-off-by: Mohammad Qureshi <[email protected]>

* Replace deprecated toUpperCase usage with uppercase

Signed-off-by: Mohammad Qureshi <[email protected]>
@github-project-automation github-project-automation bot moved this to Backlog (Feature Requests, Enhancements) in Security Analytics Roadmap Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog (Feature Requests, Enhancements)
Development

No branches or pull requests

2 participants