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

Make beats properly exit #736

Merged
merged 1 commit into from
Jan 18, 2016
Merged

Make beats properly exit #736

merged 1 commit into from
Jan 18, 2016

Commits on Jan 18, 2016

  1. Make beats properly exit

    Parts of libbeat were exiting the application directly by using os.Exit(). This makes it impossible always clean up the application before cleanup. In addition, a manager which is part of a beat gets also exited in case the beat exits, which is not inteded.
    
    * os.Exit() was removed from all places
    * Additional tests were added to test exit behaviour
    * Test for version check was added
    * Add test for -configtest flag
    * Make error log messages starting lowercase
    ruflin committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    7a36fd6 View commit details
    Browse the repository at this point in the history