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

enhancement(config): Allow wildcards anywhere in identifiers #7873

Merged
merged 5 commits into from
Jun 16, 2021

Commits on Jun 15, 2021

  1. enhancement(configuration): Allow wildcards anywhere in identifiers

    #6170 had added support for
    wildcards in identifiers in vector configs, but only as the last
    character. This PR expands support to allow glob matching in the same
    way that `vector tap` does which allows for `*` to appear anywhere in
    the input name.
    
    Closes #6786
    
    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7151523 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Match invalid globs as exact matches

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5344183 View commit details
    Browse the repository at this point in the history
  2. Missed a rename

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    397334c View commit details
    Browse the repository at this point in the history
  3. Expand transforms before glob matching

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    09cfcc3 View commit details
    Browse the repository at this point in the history
  4. Fix test

    Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
    jszwedko committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    4a2f3dd View commit details
    Browse the repository at this point in the history