Skip to content

Commit 19bfa32

Browse files
committed
fluent-bit: fix format
1 parent 43c7476 commit 19bfa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fluent-bit/fluent-bit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data:
114114
115115
-- If we haven't seen this pod before, store its first timestamp
116116
if not pod_timestamps[pod_name] then
117-
pod_timestamps[pod_name] = os.date("%Y%m%d_%H%M%S", timestamp)
117+
pod_timestamps[pod_name] = os.date("%y-%m-%d.%H-%M-%S", timestamp)
118118
end
119119
120120
-- Use the stored timestamp for this pod

0 commit comments

Comments
 (0)