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
Once we started using chunk_id in our s3_object_key_format, fluentd started giving the following output in the config 2021-04-13 14:01:03.217825851 +0000 fluent.warn: {"message":"chunk key placeholder 'chunk_id' not replaced. template:${$.logging_path}/%Y/%m/%d/%{time_slice}_${chunk_id}.gz"}
To Reproduce
The config used for S3 with the output config mentioned below does the job of reproducing the error.
Describe the bug
Once we started using chunk_id in our s3_object_key_format, fluentd started giving the following output in the config
2021-04-13 14:01:03.217825851 +0000 fluent.warn: {"message":"chunk key placeholder 'chunk_id' not replaced. template:${$.logging_path}/%Y/%m/%d/%{time_slice}_${chunk_id}.gz"}
To Reproduce
The config used for S3 with the output config mentioned below does the job of reproducing the error.
Expected behaviour
Unique chuck id being created for s3 log files
Your Environment
fluentd 1.12.2
NAME="Alpine Linux" ID=alpine VERSION_ID=3.12.5 PRETTY_NAME="Alpine Linux v3.12" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/"
4.14.225-169.362.amzn2.x86_64
Your Configuration
Your Error Log
Additional context
s3_object_key_format %{path}%{time_slice}_%{hex_random}.%{file_extension}
hex_random config instead of chunk_id works without any issue.The text was updated successfully, but these errors were encountered: