Created
November 11, 2014 07:25
-
-
Save ksomemo/e9d0e836168e21e2a7a0 to your computer and use it in GitHub Desktop.
out_fileのサンプルを作成
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
<match debug.**> | |
type stdout | |
</match> | |
## built-in TCP input↲ | |
<source> | |
type forward | |
</source> | |
<source> | |
type http | |
port 8888 | |
</source> | |
<source> | |
type debug_agent | |
bind 127.0.0.1 | |
port 24230 | |
</source> | |
<match project> | |
type file | |
path /var/log/project/project | |
time_slice_format %Y%m%d | |
time_slice_wait 5s | |
time_format %Y-%m-%d %H:%M:%S | |
</match> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment