Skip to content

Commit 755b782

Browse files
docs: fix typo in CCR Plugin Auto Follow documentation (#8390)
Corrected a typo in the Auto Follow section of the CCR Plugin documentation, changing "conection" to "connection." Signed-off-by: inpink <[email protected]> (cherry picked from commit 00d5bb3) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cbd4d8f commit 755b782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_tuning-your-cluster/replication-plugin/auto-follow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ To delete a replication rule, send the following request to the follower cluster
9898
```bash
9999
curl -XDELETE -k -H 'Content-Type: application/json' -u 'admin:<custom-admin-password>' 'https://localhost:9200/_plugins/_replication/_autofollow?pretty' -d '
100100
{
101-
"leader_alias" : "my-conection-alias",
101+
"leader_alias" : "my-connection-alias",
102102
"name": "my-replication-rule"
103103
}'
104104
```
105105

106-
When you delete a replication rule, OpenSearch stops replicating *new* indexes that match the pattern, but existing indexes that the rule previously created remain read-only and continue to replicate. If you need to stop existing replication activity and open the indexes up for writes, use the [stop replication API operation]({{site.url}}{{site.baseurl}}/replication-plugin/api/#stop-replication).
106+
When you delete a replication rule, OpenSearch stops replicating *new* indexes that match the pattern, but existing indexes that the rule previously created remain read-only and continue to replicate. If you need to stop existing replication activity and open the indexes up for writes, use the [stop replication API operation]({{site.url}}{{site.baseurl}}/replication-plugin/api/#stop-replication).

0 commit comments

Comments
 (0)