HI all
Currently the log archive in s3 with path like
%{path}%{time_slice}_%{index}.%{file_extension}
But my boss like to change that to like
%{path}/%{year}/%{date}/%{file_name}_%{index}.%{file_extension}
like
path/2021/20211021/componet1_12.gz
Not sure if i can do something like
%{path}/%{
time_slice}[0...3]/%{time_slice}[0...7]/%{file_name}_%{index}.%{file_extension}
Regards,