I use follow configuration still not work,display &quot;syntax error&quot;.<br>destination us_int_apache { file(&quot;/disk2/apache_logs/$YEAR-$MONTH-$DAY/$HOST.apache.log&quot; timezone(&quot;PST8PDT&quot;) template(apache_template)); };<br>
<br>syslog-ng version as follows:<br>[root@wikid ~]# /opt/syslog-ng/sbin/syslog-ng -V<br>syslog-ng 3.0.1<br>Revision: <br>Compile-Date: Feb&nbsp; 9 2009 09:58:34<br>Enable-Threads: off<br>Enable-Debug: off<br>Enable-GProf: off<br>
Enable-Memtrace: off<br>Enable-Sun-STREAMS: off<br>Enable-Sun-Door: off<br>Enable-IPv6: on<br>Enable-Spoof-Source: off<br>Enable-TCP-Wrapper: on<br>Enable-SSL: on<br>Enable-SQL: off<br>Enable-Linux-Caps: on<br>Enable-Pcre: off<br>
<br><div class="gmail_quote">2009/2/10 Balazs Scheidler <span dir="ltr">&lt;<a href="mailto:bazsi@balabit.hu">bazsi@balabit.hu</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, 2009-02-10 at 11:47 +0800, Charles Chan wrote:<br>
&gt; We update syslog-ng to 3.0.1,configuration same with 2.1,but the<br>
&gt; problem still exists,In 3.0 just have two parameter about<br>
&gt; timezone(&quot;time_zone&quot; and &quot;timezone&quot;),not find specify a location by<br>
&gt; name instead of using plain timezone offsets which do not support<br>
&gt; day-light-saving as you say.The Doc not include &quot;timezone&quot; parameter<br>
&gt; deail &nbsp;example£¬ Can you help me fix the problem and give me some<br>
&gt; config examples?<br>
<br>
</div>When using timezone() in 3.0, you can reference the name of the<br>
timezone, e.g.<br>
<br>
timezone(&quot;Europe/Budapest&quot;);<br>
<br>
The name of the timezone can either be a direct timezone offset<br>
reference as earlier (e.g. +01:00), or the name of a timezone info file<br>
under /usr/share/zoneinfo.<br>
<br>
I&#39;m Ccing the documentation team, to clarify the documentation about<br>
this.<br>
<div><div></div><div class="Wj3C7c"><br>
&gt;<br>
&gt; 2009/1/17 Balazs Scheidler &lt;<a href="mailto:bazsi@balabit.hu">bazsi@balabit.hu</a>&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; On Thu, 2009-01-15 at 15:03 +0800, Charles Chan wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Recently I use the syslog-ng for log collection environment<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; encountered a time zone problem,hope somebody can help<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; me.Thanks<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The environment is like this:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The apache server(PDT timezone,UTC-8) forword apache log<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; through<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; syslog to the syslog-ng server£¨CST timezone£¬UTC£«8£©.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The server with same time zones no problem between the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; forward.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Syslog-ng test configuration is as follows:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; destination int_apache (file ( &quot;/ disk3/cookie_logs/pid1 / $<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; YEAR-$<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; MONTH-$ DAY / $ (HOST). apache.log&quot; time_zone (-08:00)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; template ( &quot;$<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; DAY-$ HOUR $ S_DAY-$ S_HOUR $ R_DAY-$ R_HOUR $ $ ISODATE $<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; MSGONLY \ n<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &quot;) template_escape (no)););<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The original apache log is:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 58.240.69.161 - - - [14/Jan/2009: 22:27:47 -0800] &quot;GET /<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a href="http://www.example.com/" target="_blank">www.example.com/</a> HTTP/1.1&quot; 200 2028 &quot;-&quot; &quot;Mozilla/4.0<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ( compatible;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; MSIE 7.0; Windows NT 5.1) &quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; The syslog-ng server generated log is:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 14-22 14-22 14-22 2009-01-14T22 :27:47-08: 00 58.240.69.161<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; - - -<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; [14/Jan/2009: 22:27:47 -0800] &quot;GET / www.example. com /<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; HTTP/1.1 &quot;200<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; 2028&quot; - &quot;&quot; Mozilla/4.0 (compatible; MSIE 7.0; Windows NT<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 5.1) &quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Originally generated documents should be kept in<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; /disk3/cookie_logs/pid1/2009-01-14<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; However, the actual file is stored in the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; /disk3/cookie_logs/pid1/2009-01-15<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; It can be seen, in fact, syslog-ng configuration item file()<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; use the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; $DAY and template() &nbsp;use the $DAY not with a identical<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Macros. Is this<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; the syslog-ng a bug? or I configuration errors. Who can help<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; me answer<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; you?Thanks!<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Well, as I researched this area, there&#39;s some version<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; dependance here.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; In syslog-ng 2.1 (and probably 2.0, but I haven&#39;t checked) if<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; you use<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; the time related macros in a filename, then the timestamps are<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; converted<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; to use the local timezone of the syslog-ng process. In the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; examples<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; above, the time_zone() option only affects the _contents_ of<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; the file,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; and not the filenames.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; In 3.0 this &quot;behaviour&quot; is fixed and the timezone of the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; timestamp is<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; used, without alteration.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; (and NOTE that in 3.0 the timezone handling was expanded<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; significantly,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; e.g. you can specify a location _by name_ instead of using<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; plain<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; timezone offsets which do not support day-light-saving)<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; --<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Bazsi<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ______________________________________________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Member info:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Documentation:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
&gt;<br>
&gt;<br>
&gt; ______________________________________________________________________________<br>
&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
&gt;<br>
</div></div>--<br>
<div><div></div><div class="Wj3C7c">Bazsi<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.campin.net/syslog-ng/faq.html" target="_blank">http://www.campin.net/syslog-ng/faq.html</a><br>
<br>
</div></div></blockquote></div><br>