From cd190dec2f0d40ae07753ce397e5988d2e1f6e28 Mon Sep 17 00:00:00 2001 From: bellengao Date: Tue, 29 Jun 2021 23:29:52 +0800 Subject: [PATCH] [DOCS] Fix typos in get follower stats API doc (#74599) There are some typos in the document of get follower stats API. --- docs/reference/ccr/apis/follow/get-follow-stats.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/ccr/apis/follow/get-follow-stats.asciidoc b/docs/reference/ccr/apis/follow/get-follow-stats.asciidoc index c3017d74bd8b..b546d398bae7 100644 --- a/docs/reference/ccr/apis/follow/get-follow-stats.asciidoc +++ b/docs/reference/ccr/apis/follow/get-follow-stats.asciidoc @@ -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`:: @@ -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`:: @@ -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