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 and errors containing events to a separate file #37475

Closed
wants to merge 21 commits into from

Commits on Jan 26, 2024

  1. Log raw events and errors containing events to a separate file

    This commit introduces a new logger that can be configured through
    `logging.events` that can be used to log any message that contains the
    whole event or could contain the whole event.
    
    At the moment it is used by the elasticsearch output to log indexing
    errors containing the whole event and errors returned by Elasticsearch
    that can potentially contain the whole event.
    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4014104 View commit details
    Browse the repository at this point in the history
  2. fix tests

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6f165bd View commit details
    Browse the repository at this point in the history
  3. fix more tests

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5d60d60 View commit details
    Browse the repository at this point in the history
  4. fix dockerlogbeat

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    64b0f0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    896d11c View commit details
    Browse the repository at this point in the history
  6. Update documentation and notice

    Update documentation and notice file
    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9df5b79 View commit details
    Browse the repository at this point in the history
  7. Add integration test

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8f1277d View commit details
    Browse the repository at this point in the history
  8. Add changelog

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3dd701d View commit details
    Browse the repository at this point in the history
  9. update documentation

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5fda997 View commit details
    Browse the repository at this point in the history
  10. fix tests

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a558c68 View commit details
    Browse the repository at this point in the history
  11. Fix lint issues and small improvements

    This commit fixes the lint issues and adds small improvements.
    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    28eeaf5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28aecd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a829d9 View commit details
    Browse the repository at this point in the history
  14. Improve documentation

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6bd6ff1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d6447e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e892d1e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c29eb3 View commit details
    Browse the repository at this point in the history
  18. remove diagnostics hook

    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8b61197 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e97f588 View commit details
    Browse the repository at this point in the history
  20. update protobuf to 3.19.5

    There was some dependency conflict with Python protobuf 3.19.4 and
    3.19.5 when running `make update`. To solve the conflict I updated all
    usages to 3.19.5.
    belimawr committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f573aca View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3fc66fc View commit details
    Browse the repository at this point in the history