Skip to content

Commit

Permalink
fix doc and add data_stream fields back into ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Jul 11, 2024
1 parent 64cf10a commit 7f3616d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/awsfirehose/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Amazon Data Firehose
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, predefined dashboards and ect.
include field mappings, ingest pipelines, and predefined dashboards.

Here is a list of log types that are supported by this integration:

Expand Down
8 changes: 8 additions & 0 deletions packages/awsfirehose/data_stream/logs/fields/ecs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- external: ecs
name: data_stream.type
- external: ecs
name: data_stream.dataset
- external: ecs
name: data_stream.namespace
- external: ecs
name: '@timestamp'
8 changes: 8 additions & 0 deletions packages/awsfirehose/data_stream/metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
- external: ecs
name: cloud.region
dimension: true
- external: ecs
name: data_stream.type
- external: ecs
name: data_stream.dataset
- external: ecs
name: data_stream.namespace
- external: ecs
name: '@timestamp'
2 changes: 1 addition & 1 deletion packages/awsfirehose/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Amazon Data Firehose
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, predefined dashboards and ect.
include field mappings, ingest pipelines, and predefined dashboards.

Here is a list of log types that are supported by this integration:

Expand Down

0 comments on commit 7f3616d

Please sign in to comment.