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

[Auditbeat] Memory leak in 7.5.2 #16879

Closed
wants to merge 19 commits into from

Commits on Apr 6, 2020

  1. Add code for reaping sockets after a set timeout

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e5a70e0 View commit details
    Browse the repository at this point in the history
  2. refactor

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    130b572 View commit details
    Browse the repository at this point in the history
  3. Fix up tests

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    3221d15 View commit details
    Browse the repository at this point in the history
  4. Remove unused method

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    dbf19b4 View commit details
    Browse the repository at this point in the history
  5. Fix License

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    017840c View commit details
    Browse the repository at this point in the history
  6. Clean up a bit more

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d0af9aa View commit details
    Browse the repository at this point in the history
  7. Move things around and add interfaces

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7c1ff7d View commit details
    Browse the repository at this point in the history
  8. Start to simplify

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    364da56 View commit details
    Browse the repository at this point in the history
  9. Move variables around

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ccc7a28 View commit details
    Browse the repository at this point in the history
  10. Set default timeouts to something sane

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    0b5d2da View commit details
    Browse the repository at this point in the history
  11. Remove superfluous mutex

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6901289 View commit details
    Browse the repository at this point in the history
  12. Unused import

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d9b3faa View commit details
    Browse the repository at this point in the history
  13. Add license

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    0cc5e6c View commit details
    Browse the repository at this point in the history
  14. Simplify more things

    Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    28cbe66 View commit details
    Browse the repository at this point in the history
  15. Correct logic on UDP header access

    adriansr authored and Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6e00025 View commit details
    Browse the repository at this point in the history
  16. Fix 386 atomic variable alignment issue

    adriansr authored and Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8899933 View commit details
    Browse the repository at this point in the history
  17. Reduce lock contention during flow publishing

    adriansr authored and Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    64e963c View commit details
    Browse the repository at this point in the history
  18. Options {socket|process}_inactive_timeout

    adriansr authored and Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    191cce0 View commit details
    Browse the repository at this point in the history
  19. mage check

    adriansr authored and Andrew Stucki committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    48c52cd View commit details
    Browse the repository at this point in the history