mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Fix typos in get follower stats API doc (#74599)
There are some typos in the document of get follower stats API.
This commit is contained in:
parent
cbdcbe4c17
commit
cd190dec2f
1 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ NOTE: This is only an estimate and does not account for compression if enabled.
|
||||||
`failed_read_requests`::
|
`failed_read_requests`::
|
||||||
(long) The number of failed reads.
|
(long) The number of failed reads.
|
||||||
|
|
||||||
failed_write_requests`::
|
`failed_write_requests`::
|
||||||
(long) The number of failed bulk write requests executed on the follower.
|
(long) The number of failed bulk write requests executed on the follower.
|
||||||
|
|
||||||
`follower_aliases_version`::
|
`follower_aliases_version`::
|
||||||
|
@ -134,7 +134,7 @@ task.
|
||||||
`operations_read`::
|
`operations_read`::
|
||||||
(long) The total number of operations read from the leader.
|
(long) The total number of operations read from the leader.
|
||||||
|
|
||||||
operations_written`::
|
`operations_written`::
|
||||||
(long) The number of operations written on the follower.
|
(long) The number of operations written on the follower.
|
||||||
|
|
||||||
`outstanding_read_requests`::
|
`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`::
|
`write_buffer_operation_count`::
|
||||||
(integer) The number of write operations queued on the follower.
|
(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.
|
(long) The total number of bytes of operations currently queued for writing.
|
||||||
=====
|
=====
|
||||||
//End shards
|
//End shards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue