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

[SIEM] Add support for actions and throttle in Rules #59641

Merged

Commits on Mar 9, 2020

  1. WIP

    patrykkopycinski committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f8892c7 View commit details
    Browse the repository at this point in the history
  2. cleanup

    patrykkopycinski committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e9a87aa View commit details
    Browse the repository at this point in the history
  3. fix tests

    patrykkopycinski committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    a628ade View commit details
    Browse the repository at this point in the history
  4. PR comments

    patrykkopycinski committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    027ea3a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    47a0a73 View commit details
    Browse the repository at this point in the history
  2. PR comments

    patrykkopycinski committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    65ec6df View commit details
    Browse the repository at this point in the history
  3. fix types

    patrykkopycinski committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    5bf1bb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    24a9f1f View commit details
    Browse the repository at this point in the history
  2. PR comments

    patrykkopycinski committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    782d109 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into feat/siem-rul…

    …e-actions-throttle
    
    # Conflicts:
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/utils.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_bulk_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/schemas.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_prepacked_rules.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_rules.ts
    patrykkopycinski committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7da07f5 View commit details
    Browse the repository at this point in the history
  2. types

    patrykkopycinski committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1b1cbb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f47e3 View commit details
    Browse the repository at this point in the history
  4. try to fix types

    patrykkopycinski committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    782d500 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    d1ec59c View commit details
    Browse the repository at this point in the history
  2. PR comments

    patrykkopycinski committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    2b0afb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    369ebb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into feat/siem-rul…

    …e-actions-throttle
    
    # Conflicts:
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/signals/signal_rule_alert_type.ts
    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    23accc5 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4da10a4 View commit details
    Browse the repository at this point in the history
  3. cleanup

    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    aabbc32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ebc5e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c2db42 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feat/siem-rule-actions-throttle' of github.com:patrykko…

    …pycinski/kibana into feat/siem-rule-actions-throttle
    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d0afc31 View commit details
    Browse the repository at this point in the history
  7. cleanup

    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    50abbc2 View commit details
    Browse the repository at this point in the history
  8. add unit tests

    patrykkopycinski committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1e969a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2df113e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    fff7c85 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into feat/siem-rul…

    …e-actions-throttle
    
    # Conflicts:
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_bulk_route.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_route.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_bulk_route.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_route.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/rules/utils.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/response/schemas.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/create_rules.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/install_prepacked_rules.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
    #	x-pack/legacy/plugins/siem/server/lib/detection_engine/types.ts
    patrykkopycinski committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    231d96d View commit details
    Browse the repository at this point in the history
  2. fix types

    patrykkopycinski committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    abd6471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fedc474 View commit details
    Browse the repository at this point in the history
  4. PR comments

    patrykkopycinski committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    aaf4df5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b03386 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07aa54f View commit details
    Browse the repository at this point in the history
  7. Add extra check

    patrykkopycinski committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    585884e View commit details
    Browse the repository at this point in the history