fluent-plugin-prometheus
fluent-plugin-prometheus copied to clipboard
source path can use wildcard?
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