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

Cherry-pick #4506 to 5.x: Filebeat modules: Machine learning jobs #4588

Merged
merged 6 commits into from Jul 3, 2017

Commits on Jun 30, 2017

  1. Filebeat modules: Machine Learning jobs (elastic#4506)

    This adds support for loading ML configurations (job + datafeed) from the filebeat modules.
    An example ML configuration is added to the Nginx Filebeat module. This sample applies
    ML anomaly detection on the response codes.
    
    The loading is implemented as part of the `setup` command and part of the `--setup` flag.
    
    If a job configuration with the same ID exists, it is not overwritten, because deleting jobs
    could potentially delete user data. The user should manually delete the jobs in the UI if they
    want to upgrade.
    (cherry picked from commit 1213483)
    tsg authored and Tudor Golubenco committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    a2a0be1 View commit details
    Browse the repository at this point in the history
  2. use 5.5 snapshots for now

    Tudor Golubenco committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    34e2e9c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Adjusted test for 5.x

    Tudor Golubenco committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    12f5446 View commit details
    Browse the repository at this point in the history
  2. Another test adjustments

    Tudor Golubenco committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    ec44000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc39270 View commit details
    Browse the repository at this point in the history
  4. Another test fix

    Tudor Golubenco committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    dbbe3db View commit details
    Browse the repository at this point in the history