---
title: Amazon Data Firehose
description: Amazon Data Firehose integration offers users a way to stream logs and CloudWatch metrics from Firehose to Elastic Cloud. This integration includes predefined...
url: https://www.elastic.co/docs/reference/integrations/awsfirehose
products:
  - Elastic integrations
applies_to:
  - Serverless Observability projects: Generally available
  - Serverless Security projects: Generally available
  - Elastic Stack: Generally available since 9.0
---

# Amazon Data Firehose
|                                                                                                 |                                |
|-------------------------------------------------------------------------------------------------|--------------------------------|
| **Version**                                                                                     | 1.9.1 ([View all](#changelog)) |
| **Subscription level**[What's this?](https://www.elastic.co/subscriptions)                      | Basic                          |
| **Developed by**[What's this?](https://www.elastic.co/docs/reference/integrations/developed-by) | Elastic                        |
| **Minimum Kibana version(s)**                                                                   | 9.0.08.13.0                    |

Amazon Data Firehose integration offers users a way to stream logs and CloudWatch metrics from Firehose to Elastic Cloud.
This integration includes predefined rules that automatically route AWS service logs and CloudWatch metrics to the respective integrations, which
include field mappings, ingest pipelines, and predefined dashboards.
Here is a list of log types that are supported by this integration:

| AWS service log    | Log destination          |
|--------------------|--------------------------|
| API Gateway        | CloudWatch               |
| CloudFront         | S3                       |
| CloudTrail         | CloudWatch               |
| ELB                | S3                       |
| Network Firewall   | Firehose, CloudWatch, S3 |
| Route53 Public DNS | CloudWatch               |
| Route53 Resolver   | Firehose, CloudWatch, S3 |
| S3 access          | S3                       |
| VPC Flow           | Firehose, CloudWatch, S3 |
| WAF                | Firehose, CloudWatch. S3 |


### How log routing works

This integration uses content-based detection to automatically identify the log type and route
each record to the appropriate integration dataset. The detection relies on known patterns in the
log message, such as field names, resource identifiers, or structural characteristics.
The following table lists the requirements for each log type so routing works correctly:

| Log type         | Requirements                                                                                                                                                                                                                                                                                                                                                        |
|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| WAF              | Use the [default naming convention](https://docs.aws.amazon.com/waf/latest/developerguide/logging-s3.html) for the delivery stream, or use the default WAF log format                                                                                                                                                                                               |
| CloudTrail       | Send via a CloudWatch Logs subscription with a log stream that includes `CloudTrail` in the name                                                                                                                                                                                                                                                                    |
| VPC Flow         | Use the [default flow log format](https://docs.aws.amazon.com/vpc/latest/userguide/flow-log-records.html) or a custom format that includes the `action` or `log-status` fields. For transit gateway flow logs, use the default format (which includes the `resource-type` field). Custom formats that exclude both `action` and `log-status` are not auto-detected. |
| Network Firewall | Use the default firewall log format                                                                                                                                                                                                                                                                                                                                 |
| Route53 Resolver | Use the default resolver query log format                                                                                                                                                                                                                                                                                                                           |
| Route53 Public   | Send via a CloudWatch Logs subscription from a `/aws/route53/` log group                                                                                                                                                                                                                                                                                            |
| API Gateway      | Use the default API Gateway access log format                                                                                                                                                                                                                                                                                                                       |
| S3 Access        | Use the default S3 server access log format                                                                                                                                                                                                                                                                                                                         |
| CloudFront       | Use the default CloudFront standard log format                                                                                                                                                                                                                                                                                                                      |
| ELB              | Use the default ALB/NLB/CLB access log format                                                                                                                                                                                                                                                                                                                       |

<note>
  If auto-detection might not work for your log format (for example, VPC flow logs
  with a custom format that excludes standard fields), you can configure the `es_datastream_name`
  [delivery stream parameter](https://docs.aws.amazon.com/firehose/latest/dev/create-destination.html#create-destination-elasticsearch)
  to route records directly to the target data stream.
</note>

Here is a list of CloudWatch metrics that are supported by this integration:

| AWS service monitoring metrics |
|--------------------------------|
| API Gateway                    |
| DynamoDB                       |
| EBS                            |
| EC2                            |
| ECS                            |
| ELB                            |
| EMR                            |
| Network Firewall               |
| Kafka                          |
| Kinesis                        |
| Lambda                         |
| NATGateway                     |
| RDS                            |
| S3                             |
| S3 Storage Lens                |
| SNS                            |
| SQS                            |
| TransitGateway                 |
| Usage                          |
| VPN                            |


## Limitation

It is not possible to configure a delivery stream to send data to Elastic Cloud via PrivateLink (VPC endpoint).
This is a current limitation in Firehose, which we are working with AWS to resolve.

## Instructions

1. Install the relevant integrations in Kibana
   To effectively utilize your data, you need to install the necessary integrations. Log in to Kibana, navigate to **Management** > **Integrations** in the sidebar.
   - First Install **Amazon Data Firehose Integration** assets. Assets installed through this integration will receive and route your Firehose data to various backend datasets. Find it by searching or browse the catalog.
   ![Amazon Data Firehose](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/amazonfirehose.png)
   Navigate to the **Settings** tab and click **Install Amazon Data Firehose**. Confirm by clicking **Install Amazon Data Firehose** in the popup.
   ![Install Firehose assets](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/firehose_settings.png)
   - Then install the **AWS integration** assets. This integration provides assets such as index templates, ingest pipelines, and dashboards that will serve as the destination points for the data routed by the Firehose Integration.
  Find the **AWS** integration by searching or browsing the catalog.
   ![AWS integration](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/aws.png)
   Navigate to the **Settings** tab and click **Install AWS assets**. Confirm by clicking **Install AWS** in the popup.
   ![Install AWS assets](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/install-assets.png)
2. Create a delivery stream in Amazon Data Firehose
   Sign into the AWS console and navigate to Amazon Data Firehose. Click **Create Firehose stream**.
   Configure the delivery stream using the following settings:
   ![Amazon Data Firehose](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/aws-firehose.png)
   **Choose source and destination**
   Unless you are streaming data from Kinesis Data Streams, set source to **Direct PUT** (see Setup guide for more details on data sources).
   Set destination to **Elastic**.
   **Delivery stream name**
   Provide a meaningful name that will allow you to identify this delivery stream later.
   ![Choose Firehose Source and Destination](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/source-destination.png)
   **Destination settings**
   1. Set **Elastic endpoint URL** to point to your **Elasticsearch** cluster running in Elastic Cloud.
   This endpoint can be found from the [Elastic Cloud console](https://cloud.elastic.co/).
2. **API key** is the base64 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.
   By default, logs will be stored in `logs-awsfirehose-default` data stream and metrics will be stored in `metrics-aws.cloudwatch-default` data stream.
   Therefore, Elastic highly recommends giving `logs-awsfirehose-default` and `metrics-aws.cloudwatch-default` indices with "write" privilege.
3. We recommend setting **Content encoding** to **GZIP** to reduce the data transfer costs.
4. **Retry duration** determines how long Firehose continues retrying the request in the event of an error.
   A duration between 60 and 300 seconds should be suitable for most use cases.
5. Elastic requires a **Buffer size** of `1MiB` to avoid exceeding the Elasticsearch `http.max_content_length` setting (typically 100MB) when the buffer is uncompressed.
6. The default **Buffer interval** of `60s` is recommended to ensure data freshness in Elastic.
7. **Parameters**
   1. `es_datastream_name`: Accepts a data stream name of your choice.
   You can configure this when you ingest data formats that are not officially supported and managed through your customized data streams.
   Also, you may use this to separate your ingested data from default indexes.
   By default, logs will be stored in indexes of `logs-awsfirehose-default` (index template `logs-awsfirehose`) data stream and metrics will be stored in indexes of `metrics-aws.cloudwatch-default` (index template `metrics-aws.cloudwatch`) data stream.
   When configuring, please make sure configured **API key** has required permissions to ingest data into the configured data stream.
2. `include_cw_extracted_fields`: Optional parameter that 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.
8. **Backup settings** It is recommended to configure S3 backup for failed records. These backups can be used to restore lost data caused by unforeseen service outages.
   ![Firehose Destination Settings](https://www.elastic.co/docs/reference/integrations/images/awsfirehose/destination-settings.png)
3. Send data to the Firehose delivery stream
   1. logs
   Consult the [AWS documentation](https://docs.aws.amazon.com/firehose/latest/dev/basic-write.html) for details on how to
   configure a variety of log sources to send data to Firehose delivery streams.
2. metrics
   Consult the [AWS documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-setup.html)
   for details on how to set up a metric stream in CloudWatch and
   [Custom setup with Firehose](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-setup-datalake.html)
   to send metrics to Firehose. For Elastic, we only support JSON and OpenTelemetry 1.0.0 formats for the metrics.


## Logs reference

<dropdown title="Exported fields">
  | Field                             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Type             |
  |-----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|
  | @timestamp                        | Date/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events.                                                                                                                                                                                            | date             |
  | aws.cloudwatch.log_group          | CloudWatch log group name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | keyword          |
  | aws.cloudwatch.log_stream         | CloudWatch log stream name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | keyword          |
  | aws.firehose.arn                  | Firehose ARN.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | keyword          |
  | aws.firehose.parameters           | Key-value pairs users set up when creating the Kinesis Data Firehose. These parameters are included in each HTTP call.                                                                                                                                                                                                                                                                                                                                                                                                       | flattened        |
  | aws.firehose.request_id           | Firehose request ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | keyword          |
  | aws.firehose.subscription_filters | Firehose request ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | keyword          |
  | aws.kinesis.name                  | Kinesis name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | keyword          |
  | aws.kinesis.type                  | Kinesis type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | keyword          |
  | data_stream.dataset               | The field can contain anything that makes sense to signify the source of the data. Examples include `nginx.access`, `prometheus`, `endpoint` etc. For data streams that otherwise fit, but that do not have dataset set we use the value "generic" for the dataset value. `event.dataset` should have the same value as `data_stream.dataset`. Beyond the Elasticsearch data stream naming criteria noted above, the `dataset` value has additional restrictions:   * Must not contain `-`   * No longer than 100 characters | constant_keyword |
  | data_stream.namespace             | A user defined namespace. Namespaces are useful to allow grouping of data. Many users already organize their indices this way, and the data stream naming scheme now provides this best practice as a default. Many users will populate this field with `default`. If no value is used, it falls back to `default`. Beyond the Elasticsearch index naming criteria noted above, `namespace` value has the additional restrictions:   * Must not contain `-`   * No longer than 100 characters                                | constant_keyword |
  | data_stream.type                  | An overarching type for the data stream. Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future.                                                                                                                                                                                                                                                                                                                                                              | constant_keyword |
</dropdown>


## Metrics reference

<dropdown title="Exported fields">
  | Field                         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Type             | Metric Type |
  |-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|-------------|
  | @timestamp                    | Date/time when the event originated. This is the date/time extracted from the event, typically representing when the event was generated by the source. If the event source has no original timestamp, this value is typically populated by the first time the event was received by the pipeline. Required field for all events.                                                                                                                                                                                            | date             |             |
  | aws.*.metrics.*.*             | Metrics that returned from Cloudwatch API query.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | object           | gauge       |
  | aws.cloudwatch.namespace      | The namespace specified when query cloudwatch api.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | keyword          |             |
  | aws.dimensions.*              | Metric dimensions.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | keyword          |             |
  | aws.exporter.arn              | The metric stream Amazon Resource Name (ARN).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | keyword          |             |
  | aws.firehose.arn              | Amazon Resource Name (ARN) for the firehose stream.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | keyword          |             |
  | aws.firehose.parameters       | Key-value pairs users set up when creating the Kinesis Data Firehose. These parameters are included in each HTTP call.                                                                                                                                                                                                                                                                                                                                                                                                       | flattened        |             |
  | aws.firehose.request_id       | HTTP request opaque GUID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | keyword          |             |
  | aws.metrics_names_fingerprint | Autogenerated ID representing the fingerprint of the list of metrics names. For metrics coming in from Firehose, there can be cases two documents have the same timestamp, dimension, namespace, accountID, exportARN and region BUT from two different requests. With TSDB enabled, we will see documents missing if without aws.metrics_names_fingerprint field.                                                                                                                                                           | keyword          |             |
  | cloud.account.id              | The cloud account or organization id used to identify different entities in a multi-tenant environment. Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.                                                                                                                                                                                                                                                                                                                                           | keyword          |             |
  | cloud.region                  | Region in which this host, resource, or service is located.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | keyword          |             |
  | data_stream.dataset           | The field can contain anything that makes sense to signify the source of the data. Examples include `nginx.access`, `prometheus`, `endpoint` etc. For data streams that otherwise fit, but that do not have dataset set we use the value "generic" for the dataset value. `event.dataset` should have the same value as `data_stream.dataset`. Beyond the Elasticsearch data stream naming criteria noted above, the `dataset` value has additional restrictions:   * Must not contain `-`   * No longer than 100 characters | constant_keyword |             |
  | data_stream.namespace         | A user defined namespace. Namespaces are useful to allow grouping of data. Many users already organize their indices this way, and the data stream naming scheme now provides this best practice as a default. Many users will populate this field with `default`. If no value is used, it falls back to `default`. Beyond the Elasticsearch index naming criteria noted above, `namespace` value has the additional restrictions:   * Must not contain `-`   * No longer than 100 characters                                | constant_keyword |             |
  | data_stream.type              | An overarching type for the data stream. Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future.                                                                                                                                                                                                                                                                                                                                                              | constant_keyword |             |
  | start_timestamp               | Date/time when the monitoring cycle started.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | date             |             |
</dropdown>


## Changelog

<dropdown title="Changelog">
  | Version   | Details                                                                                                                                                                                                                                                                                        | Minimum Kibana version |
  |-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|
  | **1.9.1** | **Bug fix** ([View pull request](https://github.com/elastic/integrations/pull/18395))Fix VPC flow log detection in firehose routing pipeline                                                                                                                                                   | 9.0.08.13.0            |
  | **1.9.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/15309))Improve access log classification and improve documentation                                                                                                                                           | 9.0.08.13.0            |
  | **1.8.2** | **Bug fix** ([View pull request](https://github.com/elastic/integrations/pull/14914))Remove regex from ingest pipeline                                                                                                                                                                         | 9.0.08.13.0            |
  | **1.8.1** | **Bug fix** ([View pull request](https://github.com/elastic/integrations/pull/14845))Update correct link for pull request                                                                                                                                                                      | 9.0.08.13.0            |
  | **1.8.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/14691))Updates the ingest pipeline to use a more efficient script for setting event.dataset matching                                                                                                         | 9.0.08.13.0            |
  | **1.7.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/13910))set event.dataset matching the routed target dataset for ingesting records                                                                                                                            | 9.0.08.13.0            |
  | **1.6.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/13342))Add support for AmazonMQ metrics for both managed RabbitMQ and ActiveMQ.                                                                                                                              | 9.0.08.13.0            |
  | **1.5.2** | **Bug fix** ([View pull request](http://github.com/elastic/integrations/pull/12570))Avoid using dynamic template for flattened fields                                                                                                                                                          | 9.0.08.13.0            |
  | **1.5.1** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/12732))Improve documentation.                                                                                                                                                                                | 9.0.08.13.0            |
  | **1.5.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/12641))Add support for Kibana `9.0.0`                                                                                                                                                                        | 9.0.08.13.0            |
  | **1.4.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/12330))Add support for Amazon Bedrock guardrails metrics.                                                                                                                                                    | 8.13.0                 |
  | **1.3.2** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/12223))Add missing category.                                                                                                                                                                                 | 8.13.0                 |
  | **1.3.1** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/11991))Update documentation about restrict API key permissions                                                                                                                                               | 8.13.0                 |
  | **1.3.0** | **Bug fix** ([View pull request](https://github.com/elastic/integrations/pull/11239))Add aws.firehose.arn and aws.firehose.request_id fields.**Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/11239))Add aws.metrics_names_fingerprint to cloudwatch metrics. | 8.13.0                 |
  | **1.2.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/10699))Add AWS Bedrock runtime metrics to Firehose rerouting.                                                                                                                                                | 8.13.0                 |
  | **1.1.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/9916))Add routing rules for metrics from Firehose.                                                                                                                                                           | 8.13.0                 |
  | **1.0.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/9852))Release package as GA.                                                                                                                                                                                 | 8.10.1                 |
  | **0.6.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/9462))Rename Amazon Kinesis Data Firehose to Amazon Data Firehose                                                                                                                                            | 8.10.1                 |
  | **0.5.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/8041))Update the package format_version to 3.0.0.                                                                                                                                                            | 8.10.1                 |
  | **0.4.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/7932))Add routing rules for cloudfront log, elb log and s3access log.                                                                                                                                        | 8.10.1                 |
  | **0.3.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/7670))remove redudant `.logs` suffix from dataset name                                                                                                                                                       | 8.10.1                 |
  | **0.2.1** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/7836))Route WAF logs based on log format                                                                                                                                                                     | 8.10.1                 |
  | **0.2.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/7701))Add support for routing api gateway logs                                                                                                                                                               | 8.10.0                 |
  | **0.1.0** | **Enhancement** ([View pull request](https://github.com/elastic/integrations/pull/7146))initial release                                                                                                                                                                                        | 8.10.0                 |
</dropdown>