From f7db0f866299a076503265ec8232757e5aae6d3c Mon Sep 17 00:00:00 2001 From: Monica Sarbu Date: Mon, 11 Sep 2017 12:40:34 +0200 Subject: [PATCH] Fix the bullets from the redis docs --- filebeat/docs/modules/redis.asciidoc | 4 ++-- filebeat/module/redis/_meta/docs.asciidoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filebeat/docs/modules/redis.asciidoc b/filebeat/docs/modules/redis.asciidoc index 757f1af90353..b1c101136286 100644 --- a/filebeat/docs/modules/redis.asciidoc +++ b/filebeat/docs/modules/redis.asciidoc @@ -9,8 +9,8 @@ experimental[] This module has two filesets: -* The `log` fileset collects and parses the logs that Redis writes to disk. The `slowlog` fileset -* connects to Redis via the network and retrieves the slow logs +* The `log` fileset collects and parses the logs that Redis writes to disk. +* The `slowlog` fileset connects to Redis via the network and retrieves the slow logs by using the `SLOWLOG` command. For the `log` fileset, make sure the `logfile` option is set in the Redis configuration file. For diff --git a/filebeat/module/redis/_meta/docs.asciidoc b/filebeat/module/redis/_meta/docs.asciidoc index ca65847158be..fda925d0ff6a 100644 --- a/filebeat/module/redis/_meta/docs.asciidoc +++ b/filebeat/module/redis/_meta/docs.asciidoc @@ -4,8 +4,8 @@ experimental[] This module has two filesets: -* The `log` fileset collects and parses the logs that Redis writes to disk. The `slowlog` fileset -* connects to Redis via the network and retrieves the slow logs +* The `log` fileset collects and parses the logs that Redis writes to disk. +* The `slowlog` fileset connects to Redis via the network and retrieves the slow logs by using the `SLOWLOG` command. For the `log` fileset, make sure the `logfile` option is set in the Redis configuration file. For