fluent-plugin-prometheus icon indicating copy to clipboard operation
fluent-plugin-prometheus copied to clipboard

source path can use wildcard?

Open pulord opened this issue 6 years ago • 0 comments

i have many docker nginx instance in k8s cluster, so We have many nginx log file in disk, So How can I config source path , and the path support wildcard? paths: /pods/{nginx-instance-id}/log/access.{current_date}.{current_hour}.log and Can I use the pattern to monitor log file path: /pods/*/log/access.*.log

pulord avatar Jan 17 '19 03:01 pulord