Skip to content

Commit

Permalink
Fix redis key example pattern in docs (#11821)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Apr 15, 2019
1 parent ecae0a9 commit 1e713d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/redis/key/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ whose name starts with `pipeline-*`, with a limit of 20 keys.
- module: redis
metricsets: ['key']
key.patterns:
- name: 'pipeline-*'
- pattern: 'pipeline-*'
limit: 20
------------------------------------------------------------------------------

Expand Down

0 comments on commit 1e713d1

Please sign in to comment.