Add more options to file source patterns, e.g. "follow_links", "case_insensitive", "max_depth" #5938
Labels
source: file
Anything `file` source related
type: enhancement
A value-adding code change that enhances its existing functionality.
Current Vector Version
Use-cases
Give more fine-grained control over file include patterns, e.g. if symlinks should be followed and if the pattern should be considered case (in)sensitive.
Proposal
Add options to the file source config that are propagated to the
GlobWalkBuilder
and use that builder for theinclude_patterns
.References
The text was updated successfully, but these errors were encountered: