Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.34.1"
changes:
- description: Add dimension fields to ECS datastream for TSDB support.
type: enhancement
link: https://github.com/elastic/integrations/pull/5895
- version: "1.34.0"
changes:
- description: Add dimensions to EBS data stream.
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/ecs_metrics/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: cloud
- external: ecs
name: cloud.account.id
dimension: true
- external: ecs
name: cloud.account.name
- external: ecs
Expand All @@ -14,6 +15,7 @@
name: cloud.provider
- external: ecs
name: cloud.region
dimension: true
- external: ecs
name: ecs.version
- external: ecs
Expand Down
2 changes: 2 additions & 0 deletions packages/aws/data_stream/ecs_metrics/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
type: group
fields:
- name: ClusterName
dimension: true
type: keyword
description: This dimension filters the data that you request for all resources in a specified cluster. All Amazon ECS metrics are filtered by ClusterName.
- name: ServiceName
dimension: true
type: keyword
description: This dimension filters the data that you request for all resources in a specified service within a specified cluster.
- name: ecs.metrics
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.34.0
version: 1.34.1
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down