diff --git a/docs/en/observability/cloud-monitoring/aws/monitor-aws-firehose.asciidoc b/docs/en/observability/cloud-monitoring/aws/monitor-aws-firehose.asciidoc index b7b818adc8..74ecb2d194 100644 --- a/docs/en/observability/cloud-monitoring/aws/monitor-aws-firehose.asciidoc +++ b/docs/en/observability/cloud-monitoring/aws/monitor-aws-firehose.asciidoc @@ -65,9 +65,9 @@ NOTE: For advanced use cases, source records can be transformed by invoking a cu + * *Parameters*: + - ** `es_datastream_name`: Elastic recommends setting the `es_datastream_name` parameter to `logs-awsfirehose-default` to leverage the routing rules defined in this integration. If this parameter is not specified, data is sent to the `logs-generic-default` data stream by default. + ** `es_datastream_name`: This parameter is optional and can be used to set which data stream documents will be stored. If this parameter is not specified, data is sent to the `logs-awsfirehose-default` data stream by default. ** `include_cw_extracted_fields`: This parameter is optional and can be set when using a CloudWatch logs subscription filter as the Firehose data source. When set to true, extracted fields generated by the filter pattern in the subscription filter will be collected. Setting this parameter can add many fields into each record and may significantly increase data volume in Elasticsearch. As such, use of this parameter should be carefully considered and used only when the extracted fields are required for specific filtering and/or aggregation. - + ** `set_es_document_id`: This parameter is optional and can be set to allow Elasticsearch to assign each document a random ID or use a calculated unique ID for each document. Default is true. When set to false, a random ID will be used for each document which will help indexing performance. . In the *Backup settings* panel, it is recommended to configure S3 backup for failed records. It’s then possible to configure workflows to automatically retry failed records, for example by using {esf-ref}/aws-elastic-serverless-forwarder.html[Elastic Serverless Forwarder]. [discrete]