Browse Source

[DOCS] Remove unused tag from rolling restart docs (#82967)

Adam Locke 3 years ago
parent
commit
2684b97c73
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/setup/restart-cluster.asciidoc

+ 2 - 2
docs/reference/setup/restart-cluster.asciidoc

@@ -20,7 +20,7 @@ time, so the service remains uninterrupted.
 include::{es-repo-dir}/upgrade/disable-shard-alloc.asciidoc[]
 --
 // end::disable_shard_alloc[]
-// tag::stop_indexing[]
+
 . *Stop indexing and perform a flush.*
 +
 --
@@ -31,7 +31,7 @@ Performing a <<indices-flush, flush>> speeds up shard recovery.
 POST /_flush
 --------------------------------------------------
 --
-// end::stop_indexing[]
+
 //tag::stop_ml[]
 . *Temporarily stop the tasks associated with active {ml} jobs and {dfeeds}.* (Optional)
 +