We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c7476 commit 19bfa32Copy full SHA for 19bfa32
tests/fluent-bit/fluent-bit-config.yaml
@@ -114,7 +114,7 @@ data:
114
115
-- If we haven't seen this pod before, store its first timestamp
116
if not pod_timestamps[pod_name] then
117
- pod_timestamps[pod_name] = os.date("%Y%m%d_%H%M%S", timestamp)
+ pod_timestamps[pod_name] = os.date("%y-%m-%d.%H-%M-%S", timestamp)
118
end
119
120
-- Use the stored timestamp for this pod
0 commit comments