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] [Detection Engine] Incorporate large lists to rule execution. #65372

Merged
merged 30 commits into from
May 28, 2020

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    c50e966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa86402 View commit details
    Browse the repository at this point in the history
  3. refactors searchAfterBulkCreate to integrate with the lists plugin so…

    … we only generate signals from events not in the list
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    ecf0191 View commit details
    Browse the repository at this point in the history
  4. fixes type check issues

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    530894d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d68738 View commit details
    Browse the repository at this point in the history
  6. cleaning up types and exports, updates to match new contracts with li…

    …sts client from master
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    deb2c95 View commit details
    Browse the repository at this point in the history
  7. prior to this commit the refactored while loop was doing more search …

    …after loops than it needed to and this fixes two bugs in the list filter function where we were returning the wrong count, and we were not accessing the right field on the event
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e5bd183 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b729196 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    878a783 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da4833e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe90784 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b7bd81 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2655b84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b36313e View commit details
    Browse the repository at this point in the history
  15. remove unused import

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1b0884d View commit details
    Browse the repository at this point in the history
  16. more cleanup

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    e60aa7d View commit details
    Browse the repository at this point in the history
  17. e2e test for prepackaged rules was failing because lists was undefine…

    …d in the siem plugin and was preventing the registration of the rule alert type. I removed this but once lists is ready for prime time we should consider adding the null check back
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    f2445bf View commit details
    Browse the repository at this point in the history
  18. can't reuse the same env var since the tests are setting the ELASTIC_…

    …XPACK_SIEM_LISTS_FEATURE env var to true without enabling the lists plugin
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    feb31e1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    87257bd View commit details
    Browse the repository at this point in the history
  20. exports listspluginsetup type from top-level in lists plugin, fixes l…

    …ogic for empty exceptions list, updates types
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    f3d7684 View commit details
    Browse the repository at this point in the history
  21. utilize type.is to remove as casting, also do null checks and throw a…

    …n error when exceptionItem is malformed. This will change in the very near future once the new json format for exception lists is incorporated
    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    ab8aca3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    204c248 View commit details
    Browse the repository at this point in the history
  23. update mock

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    853a5fb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6b3cd74 View commit details
    Browse the repository at this point in the history
  25. prettier linting

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    f2b235a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    54e9861 View commit details
    Browse the repository at this point in the history
  27. pr comments

    dhurley14 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    00d47d0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6252c57 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    11c30a9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d1bf091 View commit details
    Browse the repository at this point in the history