Skip to content

Commit

Permalink
Update source examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Locke committed Sep 23, 2022
1 parent 2a36acd commit 0cda1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/ccr/disaster-recovery.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ down, or cluster is unavailable, no action needed).
. On the Elasticsearch side, convert the follower indices in the `prod2`
into regular indices so that it will be capable of accepting writes.
+
[source,console-result]
[source,console]
----
### On prod2 cluster ###
POST /my_index/_ccr/pause_follow
Expand All @@ -98,7 +98,7 @@ POST /my_index/_open
. On the Client side, manually re-enable ingestion of `my_index` and
direct to the `prod2` cluster. (You can test that the index should be writable:
+
[source,console-result]
[source,console]
----
### On prod2 cluster ###
POST my_index/_doc/2
Expand All @@ -122,7 +122,7 @@ most up-to-date data is available on `prod2` prior to deleting the index on
. Create follower indices in `prod1`, to follow the leader index in
`prod2`.
+
[source,console-result]
[source,console]
----
### On prod1 cluster ###
DELETE my_index
Expand Down

0 comments on commit 0cda1b7

Please sign in to comment.