Allow escaping "," in paths for tail input#2001
Conversation
|
Could you show me the path example? |
|
Sure: |
|
Hmm... support special case is not good for me. fluentd/lib/fluent/plugin/in_dummy.rb Line 42 in ced6387 For ',' or other special case, use |
Signed-off-by: Sebastian Pleschko <sebastian.pleschko@gmail.com> Added 'paths' config element to in_tail to allow for paths containing commas
|
I've added an alternative 'paths' config setting, that would allow the form of configuration that you mentioned previously. The latter form can then also include commas. |
|
Can I help somehow to get this further? |
Currently there is no way to tail files that include a comma (,) in their file name. Switching to a neg-lookbehind regex should enable this.