1
1
# Amazon Data Firehose
2
- Amazon Data Firehose integration offers users a way to stream logs from Firehose to Elastic Cloud.
3
- This integration includes predefined rules that automatically route AWS service logs to the respective integrations, which
4
- include field mappings, ingest pipelines, predefined dashboards and ect. Here is a list of log types that are supported
5
- by this integration:
2
+ Amazon Data Firehose integration offers users a way to stream logs and CloudWatch metrics from Firehose to Elastic Cloud.
3
+ This integration includes predefined rules that automatically route AWS service logs and CloudWatch metrics to the respective integrations, which
4
+ include field mappings, ingest pipelines, predefined dashboards and ect.
5
+
6
+ Here is a list of log types that are supported by this integration:
6
7
7
8
| AWS service log | Log destination |
8
9
| --------------------| --------------------------|
@@ -17,6 +18,31 @@ by this integration:
17
18
| VPC Flow | Firehose, CloudWatch, S3 |
18
19
| WAF | Firehose, CloudWatch. S3 |
19
20
21
+ Here is a list of CloudWatch metrics that are supported by this integration:
22
+
23
+ | AWS service monitoring metrics |
24
+ | --------------------------------|
25
+ | API Gateway |
26
+ | DynamoDB |
27
+ | EBS |
28
+ | EC2 |
29
+ | ECS |
30
+ | ELB |
31
+ | EMR |
32
+ | Network Firewall |
33
+ | Kafka |
34
+ | Kinesis |
35
+ | Lambda |
36
+ | NATGateway |
37
+ | RDS |
38
+ | S3 |
39
+ | S3 Storage Lens |
40
+ | SNS |
41
+ | SQS |
42
+ | TransitGateway |
43
+ | Usage |
44
+ | VPN |
45
+
20
46
## Limitation
21
47
It is not possible to configure a delivery stream to send data to Elastic Cloud via PrivateLink (VPC endpoint).
22
48
This is a current limitation in Firehose, which we are working with AWS to resolve.
@@ -91,6 +117,12 @@ This is a current limitation in Firehose, which we are working with AWS to resol
91
117
This parameter will increase the data volume in Elasticsearch and should be used with care.
92
118
93
119
3 . Send data to the Firehose delivery stream
94
-
120
+ 1 . logs
95
121
Consult the [ AWS documentation] ( https://docs.aws.amazon.com/firehose/latest/dev/basic-write.html ) for details on how to
96
122
configure a variety of log sources to send data to Firehose delivery streams.
123
+
124
+ 2 . metrics
125
+ Consult the [ AWS documentation] ( https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-setup.html )
126
+ for details on how to set up a metric stream in CloudWatch and
127
+ [ Custom setup with Firehose] ( https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-metric-streams-setup-datalake.html )
128
+ to send metrics to Firehose. For Elastic, we only support JSON and OpenTelemetry 1.0.0 formats for the metrics.
0 commit comments