## live debugging agent
<match fluentd.**>
type stdout
log_level trace
</match>
<source>
type forward
port 24224
bind 0.0.0.0
</source>
<source>
type http
port 8888
</source>
## File input
## read apache logs continuously and tags td.apache.access
<source>
type tail
path /var/log/hudson-bigQ/hudson-bigQ*.log
pos_file /var/log/td-agent/hudson_bigQ.log.pos
tag fluentd.*
format none
read_from_head true
log_level trace
</source>
## File output
# match tag=local.** and write to file
<match fluentd.**>
type file
path /var/log/hudson-bigQ
append true
time_slice_format %Y%m%d
time_slice_wait 10m
time_format %Y%m%dT%H%M%S%z
buffer_type file
buffer_path /var/log/td-agent/buffer/buffer.log
log_level trace
</match>
--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.