2015-01-06 75 views
2

我的系統時間爲:星期二1月6日9時44分49秒CST 2015年如何配置Fluentd的時區?

TD-agent.conf:

<match apache.access> 
    type webhdfs 
    host Page on test.com 
    port 50070 
    path /apache/%Y%m%d_%H/access.log.${hostname} 
    time_slice_format %Y%m%d 
    time_slice_wait 10m 

    time_format %Y-%m-%dT%H:%M:%S.%L%:z 
    timezone +08:00 
    flush_interval 1s 
</match> 

目錄的時間是正確的!

[[email protected] ~]$ hadoop fs -ls /apache/20150106_09 
Found 1 items 
-rw-r--r-- 2 webuser supergroup  17496 2015-01-06 09:47 /apache/20150106_09/access.log.node1.Page on test.com 

但日誌的時間是錯誤的,我不知道爲什麼?

2015-01-06T01:47:00.000+00:00 apache.access {"host":"::1","user":null,"method":"GET","path":"/06","code":404,"size":275,"referer":null,"agent":"ApacheBench/2.3"} 
20 

回答

0

我的配置沒問題。

type webhdfs 
    host 192.168.80.41 
    port 50070 
    path /log/fluent_%Y%m%d_%H.log 
    time_format %Y-%m-%d %H:%M:%S 
    localtime 
    flush_interval 10s 

在config上添加localtime