3

私のシステム時間は :Tue Jan 6 09:44:49 CST 2015

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>

dirの時間は正しいです!

[hadoop@node1 ~]$ 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
4

1 に答える 1