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

parser_json: Add stream_buffer_size config param #2381

Merged
merged 1 commit into from
Apr 25, 2019

Commits on Apr 22, 2019

  1. parser_json: Add stream_buffer_size config param

    Allow configuration of the size of the buffer that Yajl uses when
    parsing streaming input.
    
    The advantage of this is that when using `out_exec_filter`, and parsing
    as JSON, it's now possible to configure this plugin to avoid having to
    wait for 8192 bytes of data to be parsed before events are emitted.
    
    Configuration in the `out_exec_filter` tests has been modified to use
    this parameter, as it shaves 60 seconds off the test run time.
    
    Signed-off-by: Ben Wheatley <contact@benwh.com>
    benwh committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    811390d View commit details
    Browse the repository at this point in the history