From b11dbb22054bb648f861677c61f3e7eb2b34173f Mon Sep 17 00:00:00 2001
From: Lee Hinman <dakrone@users.noreply.github.com>
Date: Wed, 19 Feb 2020 13:45:32 -0700
Subject: [PATCH] Correct SLM retention timezone documentation (#52533)

This erroneously said that retention is run in the master node's timezone, however, it is actually
run in UTC.
---
 docs/reference/slm/slm-retention.asciidoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/reference/slm/slm-retention.asciidoc b/docs/reference/slm/slm-retention.asciidoc
index 2e28ad6517b..39e2f182a8d 100644
--- a/docs/reference/slm/slm-retention.asciidoc
+++ b/docs/reference/slm/slm-retention.asciidoc
@@ -19,8 +19,7 @@ The cluster level settings for retention are shown below, and can be changed dyn
 | `slm.retention_schedule` | `0 30 1 * * ?` | A periodic or absolute time schedule for when
   retention should be run. Supports all values supported by the cron scheduler: <<schedule-cron,Cron
   scheduler configuration>>. Retention can also be manually run using the
-  <<slm-api-execute-retention>> API. Defaults to daily at 1:30am in the master
-  node's timezone.
+  <<slm-api-execute-retention>> API. Defaults to daily at 1:30am UTC.
 
 | `slm.retention_duration` | `"1h"` | A limit of how long SLM should spend deleting old snapshots.
 |=====================================