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

feat(regex_parser transform): Add support for nested field names #1967

Closed
wants to merge 2 commits into from

Commits on Mar 2, 2020

  1. Use our forked regex crate to support field notation in group names

    The upstream regex crate only supports alpha-numeric characters plus
    underscore in group names. Our fork adds support for field notation
    (period and square braces) in the `extend-group-names` branch. Use this
    branch until upstream supports more characters in group names.
    
    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    9224360 View commit details
    Browse the repository at this point in the history
  2. Add regex parser test suggested by @a-rodin

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    791c8a3 View commit details
    Browse the repository at this point in the history