Fix typo in elasticsearch input docs (#7764)
This commit is contained in:
parent
3b54838eca
commit
4e3434a81e
|
|
@ -117,7 +117,7 @@ Emitted when `cluster_health = true` and `cluster_health_level = "indices"`:
|
|||
- status_code (integer, green = 1, yellow = 2, red = 3),
|
||||
- unassigned_shards (integer)
|
||||
|
||||
Emitted when `cluster__stats = true`:
|
||||
Emitted when `cluster_stats = true`:
|
||||
|
||||
- elasticsearch_clusterstats_indices
|
||||
- tags:
|
||||
|
|
@ -849,4 +849,4 @@ Emitted when the appropriate `shards_stats` options are set.
|
|||
- translog_uncommitted_size_in_bytes (float)
|
||||
- warmer_current (float)
|
||||
- warmer_total (float)
|
||||
- warmer_total_time_in_millis (float)
|
||||
- warmer_total_time_in_millis (float)
|
||||
|
|
|
|||
Loading…
Reference in New Issue