You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
I am trying to tail multiple files in a given directory on a Windows server, yet the * wildcard is not working. I have tried all sorts of permutations with backslashes and the windows directory separators. Is there something I am overlooking? Here is my config:
<source>
@type tail
path C:\logs\*
refresh_interval 30
pos_file "C:\logs\log_db.db"
tag "tail"
format none
</source>
<match **>
@type stdout
</match>
Path Permutations Tried(With and without quotes in the config):
If someone read this post again, here is the answer => wildcard-pattern-in-path-doesnt-work-on-windows-why
"Backslash() with * doesn't work on Windows by internal limitation. To avoid this problm, use slash style instead."
Regards,
Sylvain.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
I am trying to tail multiple files in a given directory on a Windows server, yet the
*
wildcard is not working. I have tried all sorts of permutations with backslashes and the windows directory separators. Is there something I am overlooking? Here is my config:Path Permutations Tried(With and without quotes in the config):
Thanks,
Kyle
The text was updated successfully, but these errors were encountered: