Skip to content

Commit 1b76531

Browse files
vishalbolludeliahu
authored andcommitted
Fix fluentd logs bug (#211)
1 parent 05c4f28 commit 1b76531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manifests/fluentd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ data:
6060
<source>
6161
@type tail
6262
enable_stat_watcher false
63-
path /var/log/containers/**_$CORTEX_NAMESPACE}_**.lo
63+
path /var/log/containers/**_${CORTEX_NAMESPACE}_**.log
6464
pos_file /var/log/fluentd-containers.log.pos
6565
time_format %Y-%m-%dT%H:%M:%S.%NZ
6666
tag *

0 commit comments

Comments
 (0)