opensearch-project / security-analytics

Security Analytics enables users for detecting security threats on their security event log data. It will also allow them to modify/tailor the pre-packaged solution.
Apache License 2.0
71 stars 72 forks source link

[Backport 2.13] changes to add start_time and end_time filters to GetAlertsRequest (#1039) #1203

Closed toepkerd closed 2 months ago

toepkerd commented 2 months ago

…1039)

Description

Backporting changes to GetAlertsRequest to 2.13

Issues Resolved

[List any issues this PR will resolve]

Check List

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.

toepkerd commented 2 months ago

CIs fail because common utils version 2.13.1 does not match security analytics version 2.13.0. However, decrementing common utils 2.13.0 locally allowed the builds to pass. Versions will be bumped separately.