opensearch-project / terraform-provider-opensearch

https://registry.terraform.io/providers/opensearch-project/opensearch
Apache License 2.0
73 stars 56 forks source link

Add anomaly detection #105

Closed rblcoder closed 10 months ago

rblcoder commented 10 months ago

Description

Add anomaly detection support

Issues Resolved

84

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

rblcoder commented 10 months ago

@prudhvigodithi I get an error Error: elastic: Error 400 (Bad Request): Can't create anomaly detector as no document is found in the indices: [security-auditlog*] [type=status_exception] The test runs successfully locally as I have interacted with opensearch locally. I am wondering that authenticating itself would have created an event https://opensearch.org/docs/latest/security/audit-logs/index/

rblcoder commented 10 months ago

@prudhvigodithi I have added audit config to the test case, now the test is passing in github action.

prudhvigodithi commented 10 months ago

Thanks @rblcoder LGTM.

YogevLevy93 commented 10 months ago

@prudhvigodithi When it will be in a release version?

amontalban commented 9 months ago

Having the need to have this in the provider so we can codify some anomaly detections 🙏

prudhvigodithi commented 9 months ago

Hey @YogevLevy93 and @amontalban thanks for your patience, we should have a new release soon, waiting on few PR's to get merged and plan for a release. Thanks. Adding @bbarani