diff --git a/pipeline/inputs/elasticsearch.md b/pipeline/inputs/elasticsearch.md index 32eefd13e..4e6ecbfec 100644 --- a/pipeline/inputs/elasticsearch.md +++ b/pipeline/inputs/elasticsearch.md @@ -84,6 +84,6 @@ when Fluent Bit indicates that the application is exceeding the size limit for H ```yaml processors: - - rate_mimit: - limit: "200/s" + - rate_limit: + limit: "200/s" ```