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

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: "2.10.2"
changes:
- description: Fix dimensions fingerprint field
type: bugfix
link: https://github.com/elastic/integrations/pull/8709
- version: "2.10.1"
changes:
- description: Fix exclude_files pattern.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Pipeline for AWS CloudWatch metrics"
processors:
- fingerprint:
fields: ["aws.dimensions"]
target_field: 'aws.dimensions.fingerprint'
target_field: 'aws.dimensions_fingerprint'
ignore_missing: true
on_failure:
- set:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
type: flattened
description: |
Metric dimensions.
- name: dimensions.fingerprint
- name: dimensions_fingerprint
type: keyword
description: |
Autogenerated ID representing the fingerprint of the aws.dimensions object
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/docs/cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ An example event for `cloudwatch` looks as following:
| 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. | flattened | |
| aws.dimensions.fingerprint | Autogenerated ID representing the fingerprint of the aws.dimensions object | keyword | |
| aws.dimensions_fingerprint | Autogenerated ID representing the fingerprint of the aws.dimensions object | keyword | |
| aws.tags | Tag key value pairs from aws resources. | flattened | |
| cloud | Fields related to the cloud or infrastructure the events are coming from. | group | |
| 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 | |
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: 3.0.0
name: aws
title: AWS
version: 2.10.1
version: 2.10.2
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down