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

Add Elasticsearch 8 support + remove ES 6 support #744

Merged
merged 28 commits into from
Mar 5, 2022

Commits on Feb 27, 2022

  1. Bump elasticsearch-py to 7.17.0

    This also drops support for Elasticsearch 6 (all versions)
    ferozsalam committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    bcf7733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec18c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d724722 View commit details
    Browse the repository at this point in the history
  4. Remove ES 6-related code

    And fix resulting unit tests
    ferozsalam committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    00592d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Remove ES 5-related code

    ferozsalam committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    ee52133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a24a68 View commit details
    Browse the repository at this point in the history
  3. Remove further legacy code

    ferozsalam committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b8caa5c View commit details
    Browse the repository at this point in the history
  4. Reinstate query mangling

    Didn't realise we were still intructing people to write rules in the ES4 style
    ferozsalam committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e44dc75 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. revert rule_from_kibana.py change since that file is removed in anoth…

    …er PR; abort create_index.py if unsupported ES version
    jertel committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a933238 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete class

    jertel committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0c5803c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3a8b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e730432 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01b06fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b7be1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0355881 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee38eb3 View commit details
    Browse the repository at this point in the history
  9. Update test-rule.py for ES8

    jertel committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0c091c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Add 8.0 to discover support

    jertel committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    fb3ed0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5639eeb View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    ferozsalam committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a4f1b03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f8e773 View commit details
    Browse the repository at this point in the history
  5. Update examples

    ferozsalam committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4d96105 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ce2c40 View commit details
    Browse the repository at this point in the history
  7. Grammar fixes

    jertel committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    de1260f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b32eac4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Remove unnecessary query wrapper from filters. Not needed in 7.x and …

    …breaks 8.x when left in
    jertel committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    9c5f6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39c6001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e69829e View commit details
    Browse the repository at this point in the history