Details
-
Improvement
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
1.7.0
-
None
Description
In TaildirSource filegroupName, regular expression can be used for filename only. Sample usage is : a1.sources.r1.filegroups.f2 = /var/log/test2/.*log.*
If there are many files to be tracked in the same directory, the configuration is oft-repeated. So it‘s necessary that wildcards are supported in the directory path. Then the user can configure the filegroupName like this:
a1.sources.r1.filegroups.f2 = /var/log/*/.*log.*