Skip to content

Commit

Permalink
Metricbeat redis: add 'key.patterns' to config.epr.yml (#17875)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Apr 22, 2020
1 parent 0c1d299 commit 3621a93
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion metricbeat/module/redis/_meta/config.epr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
hosts: ["127.0.0.1:6379"]

# Redis AUTH password. Empty by default.
password: test
password: ""

# The duration to remain idle before closing connections
idle_timeout: 20s
Expand All @@ -19,3 +19,11 @@

# Max number of concurrent connections. Default: 10
maxconn: 10

- module: redis
metricsets:
- key
key:
patterns:
- pattern: '*'
limit: 20

0 comments on commit 3621a93

Please sign in to comment.