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

INGEST: Extend KV Processor (#31789) #32232

Merged
merged 2 commits into from
Jul 20, 2018

Commits on Jul 20, 2018

  1. INGEST: Extend KV Processor (elastic#31789)

    Added more capabilities supported by LS to the KV processor:
    * Stripping of brackets and quotes from values (`include_brackets` in corresponding LS filter)
    * Adding key prefixes
    * Trimming specified chars from keys and values
    
    Refactored the way the filter is configured to avoid conditionals during execution.
    Refactored Tests a little to not have to add more redundant getters for new parameters.
    
    Closes elastic#31786
    original-brownbear committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    ce9f1f2 View commit details
    Browse the repository at this point in the history
  2. Add documentation

    original-brownbear committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    0416679 View commit details
    Browse the repository at this point in the history