Skip to content

Commit

Permalink
Change "filebeat.config.modules.enabled" to "true" (#28769)
Browse files Browse the repository at this point in the history
* Change filebeat.config.modules.enabled to true

As per https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-configuration-reloading.html#load-module-config, the default value of filebeat.config.modules.enabled is `true`. Having it as `false` in filebeat.reference.yml would bring in confusion.

* Fix build error

Co-authored-by: dedemorton <dede.morton@elastic.co>
(cherry picked from commit 3e84736)
  • Loading branch information
hubbleview authored and mergify-bot committed Nov 23, 2021
1 parent a1c0c12 commit 41caa7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion filebeat/_meta/config/filebeat.global.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#reload.enabled: true
#reload.period: 10s
#modules:
#enabled: false
#enabled: true
#path: modules.d/*.yml
#reload.enabled: true
#reload.period: 10s
2 changes: 1 addition & 1 deletion filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ filebeat.inputs:
#reload.enabled: true
#reload.period: 10s
#modules:
#enabled: false
#enabled: true
#path: modules.d/*.yml
#reload.enabled: true
#reload.period: 10s
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3244,7 +3244,7 @@ filebeat.inputs:
#reload.enabled: true
#reload.period: 10s
#modules:
#enabled: false
#enabled: true
#path: modules.d/*.yml
#reload.enabled: true
#reload.period: 10s
Expand Down

0 comments on commit 41caa7b

Please sign in to comment.