Created
February 21, 2016 02:48
-
-
Save ikuwow/ca85809f92ef34adef40 to your computer and use it in GitHub Desktop.
fluentdのread_from_headでログの欠損が治ったパターン ref: http://qiita.com/ikuwow/items/ea300af9d0ff2d90d69c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log-2016-02-01-00.log | |
log-2016-02-01-01.log | |
... | |
log-2016-02-01-22.log | |
log-2016-02-01-23.log | |
log-2016-02-02-00.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<source> | |
type tail | |
path /path/to/log/log-%Y-%m-%d-%H.log | |
... 以下略 | |
</source> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<source> | |
type tail | |
path /path/to/log/log-%Y-%m-%d-%H.log | |
read_from_head true | |
... 以下略 | |
</source> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment