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.8] [SIEM][Detections] Allow synchronous rule actions to be updated via PATCH (#67914) #67990

Merged
merged 1 commit into from
Jun 2, 2020

Commits on Jun 2, 2020

  1. [SIEM][Detections] Allow synchronous rule actions to be updated via P…

    …ATCH (elastic#67914)
    
    * Update synchronous actions in patchRules
    
    This method was typed to accept actions, but it was not doing anything
    with them. This was mainly a "bug by omission" so I'm simply adding
    unit tests for regression purposes.
    
    * Allow synchronous actions to be patched either individually or in bulk
    
    Now that patchRules uses this field, we simply need to pass it.
    
    Co-authored-by: Garrett Spong <spong@users.noreply.github.com>
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    # Conflicts:
    #	x-pack/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
    rylnd committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    62554c7 View commit details
    Browse the repository at this point in the history