fluent / fluent/fluentd

Wildcard and quoting handling are not correct in Windows

Open
#1,138 1 comment 0 reactions 0 assignees View on GitHub
bug v0.14 v1 windows
Dominant language
Ruby
Stars
13.6k
Forks
1.4k
Avg merge
1d 3h
Merged PRs (30d)
20

Description

Backslashes are handled as quoting character in path of `in_tail`.
But backslashes are also path separator in Windows environment, and it is not determined automatically whether a backslash is separator or quoting character.

We should have a way to handle it correctly in Windows environment.
Options:
- add a configuration parameter not to extract globs and handle backslashes as path separators always

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.