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

x-pack/filebeat/input/{cel,httpjson,http_endpoint,internal/httplog}: add debugging bread crumbs #38636

Merged
merged 1 commit into from
Mar 29, 2024

Commits on Mar 27, 2024

  1. x-pack/filebeat/input/{cel,httpjson,http_endpoint,internal/httplog}: …

    …add debugging bread crumbs
    
    When debugging issues in cel and httpjson the request trace log facility
    can be very useful, but the separated nature of the log can add friction
    since the only tie between the agent logs and the request trace logs is
    the time stamp. This adds an additional log message to the agent logs at
    DEBUG that marks the creation of a request transaction, noting the
    transaction ID into the agent logs.
    
    A similar addition is made to http_endpoint.
    efd6 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9c67103 View commit details
    Browse the repository at this point in the history