From 86956cc4820c00b9e05bf59d223c7c2b76648079 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:04:35 -0500 Subject: [PATCH] Update _tools/logstash/ship-to-opensearch.md Co-authored-by: Nathan Bower Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _tools/logstash/ship-to-opensearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tools/logstash/ship-to-opensearch.md b/_tools/logstash/ship-to-opensearch.md index 22503aa13d..55dab60e84 100644 --- a/_tools/logstash/ship-to-opensearch.md +++ b/_tools/logstash/ship-to-opensearch.md @@ -150,7 +150,7 @@ output { - service_name (string, default => "es") - Defines the service name to be used for `aws_iam` authentication. - legacy_template (boolean, default => true) - Selects the OpenSearch template API. When `true`, uses legacy templates via the _template API. When `false`, uses composable templates via the _index_template API. - default_server_major_version (number) - The OpenSearch server major version to use when it's not available from the OpenSearch root URL. If not set, the plugin throws an exception when the version can't be fetched. -- target_bulk_bytes (number) - The maximum number of bytes in the buffer. When the maximum is reached, Logstash will flush the data to OpenSearch. This is useful for when the bulk requests are too large for the OpenSearch cluster and the cluster returns a `429` error. +- target_bulk_bytes (number) - The maximum number of bytes in the buffer. When the maximum is reached, Logstash will flush the data to OpenSearch. This is useful when the bulk requests are too large for the OpenSearch cluster and the cluster returns a `429` error. ## Data streams