Browse Source

[DOCS] Fix typo in SLM docs (#73025) (#73040)

Co-authored-by: Daisuke Harada <1519063+dharada@users.noreply.github.com>
James Rodewig 4 years ago
parent
commit
81c666e785
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/slm/getting-started-slm.asciidoc

+ 2 - 2
docs/reference/slm/getting-started-slm.asciidoc

@@ -59,7 +59,7 @@ You can define and manage policies through {kib} Management or with the create
 or update policy API.
 
 For example, you could define a `nightly-snapshots` policy 
-to back up all of your data streams and indices daily at 2:30AM UTC.
+to back up all of your data streams and indices daily at 1:30AM UTC.
 
 A create or update policy request defines the policy configuration in JSON:
 
@@ -82,7 +82,7 @@ PUT /_slm/policy/nightly-snapshots
 --------------------------------------------------
 // TEST[continued]
 <1> When the snapshot should be taken in
-    <<schedule-cron,Cron syntax>>: daily at 2:30AM UTC
+    <<schedule-cron,Cron syntax>>: daily at 1:30AM UTC
 <2> How to name the snapshot: use  
     <<date-math-index-names,date math>> to include the current date in the snapshot name
 <3> Where to store the snapshot