From 8c52119693158dba00b158842b115907f5a403f1 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 15 Apr 2019 16:38:37 +0200 Subject: [PATCH] Fix redis key patterns in docs Fix #11733 --- metricbeat/module/redis/key/_meta/docs.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metricbeat/module/redis/key/_meta/docs.asciidoc b/metricbeat/module/redis/key/_meta/docs.asciidoc index 8c44da917620..5851aa672b43 100644 --- a/metricbeat/module/redis/key/_meta/docs.asciidoc +++ b/metricbeat/module/redis/key/_meta/docs.asciidoc @@ -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 ------------------------------------------------------------------------------