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

Refactor settings filtering, adding regex support #9748

Merged
merged 1 commit into from Feb 24, 2015

Commits on Feb 24, 2015

  1. Internal: refactor settings filtering

    Refactor how settings filters are handled. Instead of specifying settings filters as filtering class, settings filters are now specified as list of settings that needs to be filtered out. Regex syntax is supported. This is breaking change and will require small change in plugins that are using settingsFilters. This change is needed in order to simplify cluster state diff implementation.
    
    Contributes to elastic#6295
    imotov committed Feb 24, 2015
    Copy the full SHA
    432f578 View commit details
    Browse the repository at this point in the history