mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[DOCS] Reformat snippets to use two-space indents (#59973)
This commit is contained in:
parent
eaf34bb57d
commit
80b674fb25
161 changed files with 5003 additions and 5002 deletions
|
@ -145,26 +145,26 @@ If the follower index is `active`, the API returns the following results:
|
|||
[source,console-result]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"follower_indices" : [
|
||||
{
|
||||
"follower_index" : "follower_index",
|
||||
"remote_cluster" : "remote_cluster",
|
||||
"leader_index" : "leader_index",
|
||||
"status" : "active",
|
||||
"parameters" : {
|
||||
"max_read_request_operation_count" : 5120,
|
||||
"max_read_request_size" : "32mb",
|
||||
"max_outstanding_read_requests" : 12,
|
||||
"max_write_request_operation_count" : 5120,
|
||||
"max_write_request_size" : "9223372036854775807b",
|
||||
"max_outstanding_write_requests" : 9,
|
||||
"max_write_buffer_count" : 2147483647,
|
||||
"max_write_buffer_size" : "512mb",
|
||||
"max_retry_delay" : "500ms",
|
||||
"read_poll_timeout" : "1m"
|
||||
}
|
||||
}
|
||||
]
|
||||
"follower_indices": [
|
||||
{
|
||||
"follower_index": "follower_index",
|
||||
"remote_cluster": "remote_cluster",
|
||||
"leader_index": "leader_index",
|
||||
"status": "active",
|
||||
"parameters": {
|
||||
"max_read_request_operation_count": 5120,
|
||||
"max_read_request_size": "32mb",
|
||||
"max_outstanding_read_requests": 12,
|
||||
"max_write_request_operation_count": 5120,
|
||||
"max_write_request_size": "9223372036854775807b",
|
||||
"max_outstanding_write_requests": 9,
|
||||
"max_write_buffer_count": 2147483647,
|
||||
"max_write_buffer_size": "512mb",
|
||||
"max_retry_delay": "500ms",
|
||||
"read_poll_timeout": "1m"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
|
@ -187,13 +187,13 @@ If the follower index is `paused`, the API returns the following results:
|
|||
[source,console-result]
|
||||
--------------------------------------------------
|
||||
{
|
||||
"follower_indices" : [
|
||||
{
|
||||
"follower_index" : "follower_index",
|
||||
"remote_cluster" : "remote_cluster",
|
||||
"leader_index" : "leader_index",
|
||||
"status" : "paused"
|
||||
}
|
||||
]
|
||||
"follower_indices": [
|
||||
{
|
||||
"follower_index": "follower_index",
|
||||
"remote_cluster": "remote_cluster",
|
||||
"leader_index": "leader_index",
|
||||
"status": "paused"
|
||||
}
|
||||
]
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue