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

Check that Beat ships with the right binary #105

Merged
merged 2 commits into from
Jan 7, 2019

Commits on Jan 7, 2019

  1. Check that Beat ships with the right binary

    New check for all beats:
    - If package is oss: checks that help enroll fails.
    - If package is x-pack: check that help enroll doesn't fail.
    
    This test is put to prevent cases where the wrong binary is packaged
    (i.e. the oss binary in the x-pack distribution).
    
    Test only works on 6.5+ due to the enroll command being first available
    in v6.5.0.
    adriansr committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    bcbe789 View commit details
    Browse the repository at this point in the history
  2. Nicer license conditional

    adriansr committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    3840e54 View commit details
    Browse the repository at this point in the history