From a86024d45a241e58c8c03663d6ff2822674f401a Mon Sep 17 00:00:00 2001 From: Kavindu Dodanduwa Date: Tue, 11 Feb 2025 14:36:00 -0800 Subject: [PATCH] improve api key and retry duration section Signed-off-by: Kavindu Dodanduwa --- .../cloud-monitoring/aws/ingest-aws-firehose.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/observability/cloud-monitoring/aws/ingest-aws-firehose.asciidoc b/docs/en/observability/cloud-monitoring/aws/ingest-aws-firehose.asciidoc index d3bc5485dc..69e8ddc364 100644 --- a/docs/en/observability/cloud-monitoring/aws/ingest-aws-firehose.asciidoc +++ b/docs/en/observability/cloud-monitoring/aws/ingest-aws-firehose.asciidoc @@ -55,11 +55,11 @@ NOTE: For advanced use cases, source records can be transformed by invoking a cu + * *Elastic endpoint URL*: Enter the {es} endpoint here. To find the {es} endpoint, go to the https://cloud.elastic.co/[Elastic Cloud] console, select your deployment and use *Copy endpoint* next to *Elasticsearch*. URL will have the format of: `https://.es...elastic-cloud.com`. + -* *API key*: Enter the encoded Elastic API key. To create an API key, go to the Elastic Cloud console, select *Connection details* and click *Create and manage API keys*. If you are using an API key with *Restrict privileges*, make sure to review the Indices privileges to provide at least "auto_configure" & "write" permissions for the indices you will be using with this delivery stream. +* *API key*: Enter the encoded Elastic API key. This can be created in Kibana by following the instructions under API Keys. If you are using an API key with Restricted privileges, be sure to review the Indices privileges to provide at least "auto_configure" & "write" permissions for the indices you will be using with this delivery stream. + * *Content encoding*: For a better network efficiency, leave content encoding set to GZIP. + -* *Retry duration*: Determines how long Firehose continues retrying the request in the event of an error. A duration of 60-300s should be suitable for most use cases. +* *Retry duration*: Determines how long Firehose continues retrying the request in the event of an error. A duration between 60 seconds to 300 seconds should be suitable for most use cases. + * *Parameters*: +