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

out_http: Pass tag dynamically in header #475

Merged
merged 1 commit into from
May 18, 2018

Commits on May 18, 2018

  1. out_http: Pass tag dynamically in header

    Signed-off-by: Vinh <[email protected]>
    The http plugin currently not sending the message's tag. The in_http
    plugin of Fluentd use the URI as tag. If we want to keep the original
    tag then we have to define multipe output section per tag to map it to
    URI. This change send the tag in a header(the headername can define in
    config file), and it's up to the receiver to parse the header and
    replace the tag.
    brava-vinh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    b4e0995 View commit details
    Browse the repository at this point in the history