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

[add_session_metadata processor] Keep exited processes in the process DB #39173

Merged
merged 12 commits into from
Apr 25, 2024

Commits on Apr 22, 2024

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

Commits on Apr 24, 2024

  1. Keep exit event process in DB

    With the add_session_metadata processor, don't remove processes from the process
    db when the process has exited.
    
    The processor can be run on an fork/exec events after the process has actually
    exited, so the process must remain in the DB after it has exited, so the info
    can be used in enrichment of these events.
    
    Now the process is kept in the DB, and the exit code is appended, so the exit
    code is also now properly enriched for exit events.
    mjwolf committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8f94732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9673b View commit details
    Browse the repository at this point in the history
  3. update changelog

    mjwolf committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9eb01ea View commit details
    Browse the repository at this point in the history
  4. Add process db reaper

    mjwolf committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d074b3e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Use heap for removal queue

    mjwolf committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bcb9a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f8a76 View commit details
    Browse the repository at this point in the history
  3. Add linux build directive

    mjwolf committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e9e8095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfa804c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    477ff7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5b7e0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b0f1eb View commit details
    Browse the repository at this point in the history