[in_tail] tail multiple logs file DailyRollingFileAppender Logback
- Dominant language
- Ruby
- Stars
- 13.6k
- Forks
- 1.4k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 20
Description
I have read issue #544 and realize my problem is related that.
* LogBack also uses a RollingFileAppender configure to append a new file every day:

- For disaster recovery, i have to configure fluentd tail last 7 days of logfile:
```
@type tail
// i want tails current logback file and last 6 days before today
path /var/log/tomcat/Application.log,
// last 6 days before file
/var/log/Application.log.2022-09-*
follow_inodes true
path_timezone "Asia/Tokyo"
time_format "%Y-%m-%d"
pos_file /var/log/tomcat/log.pos
tag tail.multiple
@type json
```
### Describe the solution you'd like
Is there any way to solve my problem ?
### Describe alternatives you've considered
N/A
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.