Skip to content

Commit

Permalink
Change filebeat.config.modules.enabled to true
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hubbleview authored Nov 2, 2021
1 parent 6390852 commit dbd6858
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit dbd6858

Please sign in to comment.