Skip to content

Commit

Permalink
fixed ccr docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Nov 13, 2018
1 parent 44bd2f8 commit eb0616b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/reference/ccr/getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ remote cluster.
"seeds" : [
"127.0.0.1:9300"
],
"http_addresses" : [
"127.0.0.1:9200"
],
"connected" : true, <1>
"num_nodes_connected" : 1, <2>
"max_connections_per_cluster" : 3,
Expand All @@ -143,8 +146,9 @@ remote cluster.
}
}
--------------------------------------------------
// TESTRESPONSE[skip:awaits fixing]
// TESTRESPONSE
// TEST[s/127.0.0.1:9300/$body.leader.seeds.0/]
// TEST[s/127.0.0.1:9200/$body.leader.http_addresses.0/]
// TEST[s/"connected" : true/"connected" : $body.leader.connected/]
// TEST[s/"num_nodes_connected" : 1/"num_nodes_connected" : $body.leader.num_nodes_connected/]
<1> This shows the local cluster is connected to the remote cluster with cluster
Expand Down

0 comments on commit eb0616b

Please sign in to comment.