Skip to content

Commit

Permalink
[DOCS] Fix typos in get follower stats API doc (elastic#74599) (elast…
Browse files Browse the repository at this point in the history
…ic#74708)

There are some typos in the document of get follower stats API.

Co-authored-by: bellengao <[email protected]>
  • Loading branch information
Adam Locke and gaobinlong authored Jun 29, 2021
1 parent e61e9ea commit 2563d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/ccr/apis/follow/get-follow-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ NOTE: This is only an estimate and does not account for compression if enabled.
`failed_read_requests`::
(long) The number of failed reads.

failed_write_requests`::
`failed_write_requests`::
(long) The number of failed bulk write requests executed on the follower.

`follower_aliases_version`::
Expand Down Expand Up @@ -134,7 +134,7 @@ task.
`operations_read`::
(long) The total number of operations read from the leader.

operations_written`::
`operations_written`::
(long) The number of operations written on the follower.

`outstanding_read_requests`::
Expand Down Expand Up @@ -195,7 +195,7 @@ sent to the leader to the time a reply was returned to the follower.
`write_buffer_operation_count`::
(integer) The number of write operations queued on the follower.

write_buffer_size_in_bytes`::
`write_buffer_size_in_bytes`::
(long) The total number of bytes of operations currently queued for writing.
=====
//End shards
Expand Down

0 comments on commit 2563d2e

Please sign in to comment.