Fix typo in elasticsearch input docs (#7764)

This commit is contained in:
Adam Dobrawy 2020-06-30 19:57:35 +02:00 committed by GitHub
parent 3b54838eca
commit 4e3434a81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)