From a06dd06dcbf8e05b398260703f21ba82632821bc Mon Sep 17 00:00:00 2001 From: Martin Scholz Date: Tue, 4 Apr 2017 16:33:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 1 + filebeat/filebeat.full.yml | 5 +++++ heartbeat/heartbeat.full.yml | 5 +++++ libbeat/_meta/config.full.yml | 5 +++++ metricbeat/metricbeat.full.yml | 5 +++++ packetbeat/packetbeat.full.yml | 5 +++++ winlogbeat/winlogbeat.full.yml | 5 +++++ 7 files changed, 31 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bd30c011fd8..df61c44d6b3 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -85,6 +85,7 @@ https://github.com/elastic/beats/compare/v5.1.1...master[Check the HEAD diff] - Disabled date detection in Elasticsearch index templates. Date fields must be explicitly defined in index templates. {pull}3528[3528] - Using environment variables in the configuration file is now GA, instead of experimental. {pull}3525[3525] - Initialize a beats UUID from file on startup. {pull}3615[3615] +- Add new `add_locale` processor to export the local timezone with an event. {pull}3902[3902] *Filebeat* diff --git a/filebeat/filebeat.full.yml b/filebeat/filebeat.full.yml index f3caf49222a..b7c383779e8 100644 --- a/filebeat/filebeat.full.yml +++ b/filebeat/filebeat.full.yml @@ -419,6 +419,11 @@ filebeat.prospectors: #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ====================================== diff --git a/heartbeat/heartbeat.full.yml b/heartbeat/heartbeat.full.yml index a30820786b9..d6355208c21 100644 --- a/heartbeat/heartbeat.full.yml +++ b/heartbeat/heartbeat.full.yml @@ -267,6 +267,11 @@ heartbeat.scheduler: #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ====================================== diff --git a/libbeat/_meta/config.full.yml b/libbeat/_meta/config.full.yml index dfd7e493b44..547d92882ba 100644 --- a/libbeat/_meta/config.full.yml +++ b/libbeat/_meta/config.full.yml @@ -69,6 +69,11 @@ #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ====================================== diff --git a/metricbeat/metricbeat.full.yml b/metricbeat/metricbeat.full.yml index e2811154ac1..90d4d0bfd52 100644 --- a/metricbeat/metricbeat.full.yml +++ b/metricbeat/metricbeat.full.yml @@ -401,6 +401,11 @@ metricbeat.modules: #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ====================================== diff --git a/packetbeat/packetbeat.full.yml b/packetbeat/packetbeat.full.yml index 24b5b64a1a6..dfe32e1ef80 100644 --- a/packetbeat/packetbeat.full.yml +++ b/packetbeat/packetbeat.full.yml @@ -524,6 +524,11 @@ packetbeat.protocols: #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ====================================== diff --git a/winlogbeat/winlogbeat.full.yml b/winlogbeat/winlogbeat.full.yml index 5851054c52d..d1abe2ea86f 100644 --- a/winlogbeat/winlogbeat.full.yml +++ b/winlogbeat/winlogbeat.full.yml @@ -104,6 +104,11 @@ winlogbeat.event_logs: #processors: #- add_cloud_metadata: # +# The following example enriches each event with the local timezone. +# +#processors: +#- add_locale: +# #================================ Outputs ======================================