From 3c0df5dffd8784a3cfd1fa008d287f84d6bbeeda Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 7 Dec 2016 16:23:28 +0100 Subject: [PATCH] Remove duplicated enabled entry from redis config (#3132) --- metricbeat/_meta/beat.full.yml | 3 --- metricbeat/metricbeat.full.yml | 3 --- metricbeat/module/redis/_meta/config.full.yml | 3 --- 3 files changed, 9 deletions(-) diff --git a/metricbeat/_meta/beat.full.yml b/metricbeat/_meta/beat.full.yml index a915b2b4221..5d6f0f68b92 100644 --- a/metricbeat/_meta/beat.full.yml +++ b/metricbeat/_meta/beat.full.yml @@ -204,9 +204,6 @@ metricbeat.modules: # Redis hosts #hosts: ["127.0.0.1:6379"] - # Enabled defines if the module is enabled. Default: true - #enabled: true - # Timeout after which time a metricset should return an error # Timeout is by default defined as period, as a fetch of a metricset # should never take longer then period, as otherwise calls can pile up. diff --git a/metricbeat/metricbeat.full.yml b/metricbeat/metricbeat.full.yml index 40bdf7c8c6c..05e83a8f19a 100644 --- a/metricbeat/metricbeat.full.yml +++ b/metricbeat/metricbeat.full.yml @@ -204,9 +204,6 @@ metricbeat.modules: # Redis hosts #hosts: ["127.0.0.1:6379"] - # Enabled defines if the module is enabled. Default: true - #enabled: true - # Timeout after which time a metricset should return an error # Timeout is by default defined as period, as a fetch of a metricset # should never take longer then period, as otherwise calls can pile up. diff --git a/metricbeat/module/redis/_meta/config.full.yml b/metricbeat/module/redis/_meta/config.full.yml index e6572422da3..b221db7e7fe 100644 --- a/metricbeat/module/redis/_meta/config.full.yml +++ b/metricbeat/module/redis/_meta/config.full.yml @@ -6,9 +6,6 @@ # Redis hosts #hosts: ["127.0.0.1:6379"] - # Enabled defines if the module is enabled. Default: true - #enabled: true - # Timeout after which time a metricset should return an error # Timeout is by default defined as period, as a fetch of a metricset # should never take longer then period, as otherwise calls can pile up.