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

Remove prospector support in Filebeat #8909

Merged
merged 11 commits into from
Nov 6, 2018

Commits on Nov 5, 2018

  1. Add CheckRemoved6xSettings and CheckRemoved6xSettings

    Add new methods to verify obsolete configuration for 7.0,
    added missing test for them.
    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e3e8390 View commit details
    Browse the repository at this point in the history
  2. Remove the prospector option in the configuration.

    In 6.3 we have deprecated the usage of the 'prospector' options, in 7.0
    its now obsolete.
    
    This commit does the following:
    
    - Remove any backward compatibility fixes.
    - Add warning when using the prospector key in configuration.
    - Remove any usage of prospector in tests.
    - Remove any usage or prospector in module expectation files.
    - Adjust any integration tests to not check for prospector.type.
    - Remove the prospector type from the fields.
    - Remove any shims created by the prospector package.
    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0319976 View commit details
    Browse the repository at this point in the history
  3. Changelog

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    1cd0a40 View commit details
    Browse the repository at this point in the history
  4. update with pr number

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    087d4e4 View commit details
    Browse the repository at this point in the history
  5. corrrectly update modules files

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    faa3537 View commit details
    Browse the repository at this point in the history
  6. Update filebeat/Makefile

    Co-Authored-By: ph <phpellerin@gmail.com>
    ruflin and ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    e0dd265 View commit details
    Browse the repository at this point in the history
  7. generate with ES snapshot

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    0168d43 View commit details
    Browse the repository at this point in the history
  8. update

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    5b6e247 View commit details
    Browse the repository at this point in the history
  9. missing?

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    5a1c826 View commit details
    Browse the repository at this point in the history
  10. generated diff

    ruflin committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    92ad6bf View commit details
    Browse the repository at this point in the history
  11. fix suricata

    ph committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    3f975e2 View commit details
    Browse the repository at this point in the history