Skip to content

Commit

Permalink
Changing leader_cluster to leader_alias in readme file (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#453)

Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 authored Jul 18, 2022
1 parent 6130d6f commit 08ad60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ curl -XPOST "http://${LEADER}/leader-01/_doc/1" -H 'Content-Type: application/js
```bash
curl -XPUT "http://${FOLLOWER}/_plugins/_replication/follower-01/_start?pretty" \
-H 'Content-type: application/json' \
-d'{"leader_cluster":"leader-cluster", "leader_index": "leader-01"}'
-d'{"leader_alias":"leader-cluster", "leader_index": "leader-01"}'
```

### Step 5: Make changes to data on leader index
Expand Down

0 comments on commit 08ad60b

Please sign in to comment.