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

Fix data loss on filebeat/winlogbeat shutdown #2046

Merged
merged 3 commits into from
Jul 15, 2016

Commits on Jul 15, 2016

  1. Configuration menu
    Copy the full SHA
    5e28ea7 View commit details
    Browse the repository at this point in the history
  2. filebeat: check sync publisher return code

    syncPublisher needs to check (publisher.Client).PublishEvents return code and
    stop if `false` is returned. Only in case of client.Close() is run while
    sending, `false` will be returned.
    urso committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    6786c0f View commit details
    Browse the repository at this point in the history
  3. Add fixes to changelog

    urso committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    a3e2259 View commit details
    Browse the repository at this point in the history