[syslog-ng] Elasticsearch destination and time-zone info

Fabien Wernli wernli at in2p3.fr
Tue Sep 29 18:04:26 CEST 2015


Hi,

In fact `time_zone()` is a meta-option which spans multiple block types
(implicitly).
We use the following:

destination d_es {
  java(
    time_zone("UTC")
    ...
  );
};

I'll submit a github PR to improve the documentation ASAP

Cheers



More information about the syslog-ng mailing list