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

Log raw events to a separate log file #38767

Merged
merged 27 commits into from
May 23, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    0a5b256 View commit details
    Browse the repository at this point in the history
  2. Add integration test

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    35ff4e3 View commit details
    Browse the repository at this point in the history
  3. Update elastic-agent-libs

    Update elastic-agent-libs and update code to accommodate for the
    breaking changes.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    03126ee View commit details
    Browse the repository at this point in the history
  4. Fix log level on output clients

    Fix the log level for event data on all outputs. Now the log level
    from the message containing the evnt matches the one that does not
    contain it.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fbee588 View commit details
    Browse the repository at this point in the history
  5. Update elastic-agent-libs

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4cf5b60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba98f51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0565669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17192fe View commit details
    Browse the repository at this point in the history
  9. Add changelog entry

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2d499f2 View commit details
    Browse the repository at this point in the history
  10. Update elastic-agent-libs

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d5781ac View commit details
    Browse the repository at this point in the history
  11. Update Agentbeat spec file

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d8ff8a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db84065 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4025d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15cf143 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a4d788 View commit details
    Browse the repository at this point in the history
  16. Use event logger instead of "trace level"

    Use the event logger instead of "trace level" for debug logs
    containing events, both under Elastic-Agent and standalone Beat.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8255ed9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fdac09 View commit details
    Browse the repository at this point in the history
  18. Fix flaky python test

    Fix the flaky python test. Moving the file instead of truncating it seems to solve the problem. Maybe the write was not properly synced to disk.
    
    The advantage of moving the file is that if the test runs we can later inspect it.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fd2fb3e View commit details
    Browse the repository at this point in the history
  19. Fix the missing python tests

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0b58168 View commit details
    Browse the repository at this point in the history
  20. Fix lint warnings

    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    999cc46 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b5c11a1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a1c3277 View commit details
    Browse the repository at this point in the history
  23. Update event logger ES output test

    Ensure the event data is not present in the normal log file
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    360724d View commit details
    Browse the repository at this point in the history
  24. Support reading both log files for integration tests

    This commit extents the integration tests framework to read the events
    log file.
    belimawr committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f888e26 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

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

Commits on May 22, 2024

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