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

[7.x] [SIEM] [Detections] Fixes faulty circuit breaker (#71999) #72523

Merged
merged 1 commit into from
Jul 20, 2020

Commits on Jul 20, 2020

  1. [SIEM] [Detections] Fixes faulty circuit breaker (elastic#71999)

    * removes useSortIds which was leftover from a previous attempt at implementing gap detection mitigation code. This only showed up because I modified the count variable used to determine when we hit maxSignals from utilizing the searchResult hits length to using the count of bulk created items (signals indexed) in this commit 56de45d
    
    * removes logs and fixes if statement ordering
    
    * adds tests, increases code coverage for search after and bulk create function, updates log statements
    
    * update tests after rebase onto master
    
    * clean up if statements
    
    * fix test data
    
    * merge conflicts are hard
    dhurley14 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    690a4d3 View commit details
    Browse the repository at this point in the history