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

in_http: Add support for Application/x-ndjson #3616

Merged
merged 1 commit into from
Feb 4, 2022

Commits on Feb 4, 2022

  1. in_http: Add support for Application/x-ndjson

    This enable in_http plugin to recognize "ndjson" format, which is
    basically a list of JSON objects separated by "\n".
    
    Here is a typical ndjson message looks like:
    
        {"foo": "bar"}
        {"buz": "hoge"}
    
    See http://ndjson.org/ for more details.
    
    Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
    fujimotos committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    91b87ab View commit details
    Browse the repository at this point in the history