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: Fixes for system/socket dataset #19033

Merged
merged 7 commits into from
Jun 9, 2020

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    e88a434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e5b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ba9802 View commit details
    Browse the repository at this point in the history
  4. changelog entry

    adriansr committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    82d9026 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    c86a5e5 View commit details
    Browse the repository at this point in the history
  2. Fix socket expiration

    The feature was using socket.closeTime as a reference for expiration,
    but this timestamp was only set once the socket was closed or expired,
    so it caused all sockets to expirate every closeTimeout.
    adriansr committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c82c7b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b99c326 View commit details
    Browse the repository at this point in the history