Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default value for flush.timeout and flush.min_events (elastic#…
…7192) * Update default value for flush.timeout Checking the code, it seems the default `flush.timeout` is `1s` - https://github.com/elastic/beats/blob/v6.2.4/libbeat/publisher/queue/memqueue/config.go#L14-L18 - instead of `0s` . Change needs some dev review to confirm! * Updated default value for flush.min_events flush.min_events setting the default to 2048 * Corrected typo The default `values` is 1s. -> The default `value` is 1s. (cherry picked from commit dca6ad8)
- Loading branch information