Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martinscholz83 committed Apr 5, 2017
1 parent eb4dea6 commit a06dd06
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
5 changes: 5 additions & 0 deletions filebeat/filebeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,11 @@ filebeat.prospectors:
#processors:
#- add_cloud_metadata:
#
# The following example enriches each event with the local timezone.
#
#processors:
#- add_locale:
#

#================================ Outputs ======================================

Expand Down
5 changes: 5 additions & 0 deletions heartbeat/heartbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ heartbeat.scheduler:
#processors:
#- add_cloud_metadata:
#
# The following example enriches each event with the local timezone.
#
#processors:
#- add_locale:
#

#================================ Outputs ======================================

Expand Down
5 changes: 5 additions & 0 deletions libbeat/_meta/config.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
#processors:
#- add_cloud_metadata:
#
# The following example enriches each event with the local timezone.
#
#processors:
#- add_locale:
#

#================================ Outputs ======================================

Expand Down
5 changes: 5 additions & 0 deletions metricbeat/metricbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,11 @@ metricbeat.modules:
#processors:
#- add_cloud_metadata:
#
# The following example enriches each event with the local timezone.
#
#processors:
#- add_locale:
#

#================================ Outputs ======================================

Expand Down
5 changes: 5 additions & 0 deletions packetbeat/packetbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ packetbeat.protocols:
#processors:
#- add_cloud_metadata:
#
# The following example enriches each event with the local timezone.
#
#processors:
#- add_locale:
#

#================================ Outputs ======================================

Expand Down
5 changes: 5 additions & 0 deletions winlogbeat/winlogbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ======================================

Expand Down

0 comments on commit a06dd06

Please sign in to comment.