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

Fix path.data as comma separated string (#76202) #79272

Merged
merged 2 commits into from
Oct 18, 2021
Merged

Commits on Oct 15, 2021

  1. Fix path.data as comma separated string (elastic#76202)

    For multiple data paths, there are several allowed varieties of
    specifcying the paths. The yaml list forms, both single and multi line,
    are allowed, but another form is a string containing commas that is
    parsed as a list. This latter form was broken recently by the
    refactoring of path.data parsing to emit deprecation warnings for MDP.
    This commit fixes the comma separated string case and adds a test.
    
    closes elastic#76181
    rjernst committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ae62046 View commit details
    Browse the repository at this point in the history
  2. fix test

    rjernst committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d88f5d1 View commit details
    Browse the repository at this point in the history