From bb3e9764c1a5cd4a6e8f147202ef1322e5076950 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Tue, 24 Oct 2023 15:55:27 +0200 Subject: [PATCH] Update libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc Co-authored-by: Denis --- libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc b/libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc index e9b38131f9c..7e3e64b6cc5 100644 --- a/libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc +++ b/libbeat/outputs/elasticsearch/docs/elasticsearch.asciidoc @@ -754,7 +754,7 @@ output.elasticsearch: [[es-apis]] ==== Elasticsearch APIs {beatname_uc} will use the `_bulk` API from {es}, the events are sent -in the order they arrive the publishing pipeline, a single `_bulk` +in the order they arrive to the publishing pipeline, a single `_bulk` request may contain events from different inputs/modules. Temporary failures are re-tried.