Skip to content

Commit

Permalink
Fix variable name for convert_timezone (#5936)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and ruflin committed Jan 5, 2018
1 parent e18cff5 commit 1dfcb6a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
- Fix relative paths in the prospector definitions. {pull}5443[5433]
- Fix `recursive_globe.enabled` option. {pull}5443[5443]
- Change pipeline delimiter to `{<` and `>}`. {pull}5702[5702]
- Fix variable name for `convert_timezone` in the system module. {pull}5936[5936]

*Heartbeat*

Expand Down
4 changes: 2 additions & 2 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filebeat.modules:
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Prospector configuration (advanced). Any prospector configuration option
# can be added under this section.
Expand All @@ -37,7 +37,7 @@ filebeat.modules:
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Prospector configuration (advanced). Any prospector configuration option
# can be added under this section.
Expand Down
4 changes: 2 additions & 2 deletions filebeat/module/system/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Prospector configuration (advanced). Any prospector configuration option
# can be added under this section.
Expand All @@ -23,7 +23,7 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Prospector configuration (advanced). Any prospector configuration option
# can be added under this section.
Expand Down
4 changes: 2 additions & 2 deletions filebeat/module/system/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Authorization logs
auth:
Expand All @@ -19,4 +19,4 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false
4 changes: 2 additions & 2 deletions filebeat/modules.d/system.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

# Authorization logs
auth:
Expand All @@ -19,4 +19,4 @@
#var.paths:

# Convert the timestamp to UTC. Requires Elasticsearch >= 6.1.
#convert_timezone: false
#var.convert_timezone: false

0 comments on commit 1dfcb6a

Please sign in to comment.