Skip to content

Commit

Permalink
Remove duplicated enabled entry from redis config (elastic#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored and suraj-soni committed Dec 15, 2016
1 parent b36e406 commit 3c0df5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions metricbeat/_meta/beat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions metricbeat/metricbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions metricbeat/module/redis/_meta/config.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c0df5d

Please sign in to comment.