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

Publisher options cleanup #684

Merged
merged 1 commit into from
Jan 12, 2016
Merged

Publisher options cleanup #684

merged 1 commit into from
Jan 12, 2016

Commits on Jan 12, 2016

  1. Publisher options refactoring

    - have separate sync and guaranteed options:
      - sync: just blocks until output plugin finished processing events
        to be published
      - guaranteed: is passed and handled in output plugin. If options is set,
        sending is retried until success.
    
    - guaranteed sending is handled by output plugin retrying infinitely until
      events have been ACKed.
    
    - Introduce publish Signal option
    
    - Update publisher options in filebeat/winlogbeat
    urso committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    addd132 View commit details
    Browse the repository at this point in the history