From 6614ce31b78e520e5465b41da620b0f0368ff958 Mon Sep 17 00:00:00 2001 From: Maayan Agranat <107346841+maayanagranat@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:25:47 +0300 Subject: [PATCH] Update diagnostic-logging.md @rrelledge please review --- content/operate/rs/clusters/logging/diagnostic-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/clusters/logging/diagnostic-logging.md b/content/operate/rs/clusters/logging/diagnostic-logging.md index f153e42d9d..6defe0fb05 100644 --- a/content/operate/rs/clusters/logging/diagnostic-logging.md +++ b/content/operate/rs/clusters/logging/diagnostic-logging.md @@ -138,5 +138,5 @@ Default `cron_expression` values: | shard_info | Logs the result of running [INFO ALL]({{}}) on a shard, with a separate file for each shard. Each entry is in JSON format.
Default settings:
{{}}"cron_expression": "*/10 * * * *"{{}} | | shard_latency | Logs the result of running [`latency latest`]({{}}) on a shard, with a separate file for each shard.
Default settings:
{{}}"cron_expression": "*/10 * * * *"{{}} | | `shard_latency_histogram` | Logs the result of running [`latency histogram`]({{}}) on a shard, with a separate file for each shard.
Default settings:
{{}}"cron_expression": "*/10 * * * *"{{}} | -| slowlog | Logs slow commands from the databases using [`SLOWLOG GET`]({{}}), with a separate file for each database. Each entry is in JSON format. The log is sanitized.
Default settings:
{{}}"cron_expression": "*/10 * * * *",
"max_entries": 100{{
}} | +| slowlog | Logs slow commands from the databases using [`SLOWLOG GET`]({{}}), with a separate file for each database. Each entry is in JSON format. The log is sanitized, only the commands are visible.
Default settings:
{{}}"cron_expression": "*/10 * * * *",
"max_entries": 100{{
}} | | socket_files | Lists socket files used by Redis Enterprise Software.
Default settings:
{{}}"cron_expression": "*/10 * * * *"{{}} |