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
Is your feature request related to a problem? Please describe.
fluent bit output tail customize file name to separate logs for different days like log20250210.csv
Describe the solution you'd like
separate logs for different days like log20250210.csv
Describe alternatives you've considered
i have not seen alternative for this problem
Additional context
for my BI team i want serve log files daily
[INPUT]
Name tail
Path /app/log/*.csv
Read_from_Head true
Tag csvHelper
Parser csv_parser
Refresh_Interval 60
[FILTER]
Name lua
Match *
Script filter.lua
Call main
[OUTPUT]
Name file
Match *
Path /app/
file output.csv
Format template
Template {log}
Mkdir true
The text was updated successfully, but these errors were encountered:
i need to modify output file name with output file plugin for each day ex. log_202500303.csv , i think do this job with output tag of lua , because in lua file i modify timestamp fields to date time and remove unnecessary fields .
Is your feature request related to a problem? Please describe.
fluent bit output tail customize file name to separate logs for different days like log20250210.csv
Describe the solution you'd like
separate logs for different days like log20250210.csv
Describe alternatives you've considered
i have not seen alternative for this problem
Additional context
for my BI team i want serve log files daily
[INPUT]
Name tail
Path /app/log/*.csv
Read_from_Head true
Tag csvHelper
Parser csv_parser
Refresh_Interval 60
[FILTER]
Name lua
Match *
Script filter.lua
Call main
[OUTPUT]
Name file
Match *
Path /app/
file output.csv
Format template
Template {log}
Mkdir true
The text was updated successfully, but these errors were encountered: