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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: