Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS] Eliminate dimensions fingerprint #10890

Closed
Closed
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: "2.25.0"
changes:
- description: Remove dimensions fingerprint.
type: enhancement
link: https://github.com/elastic/integrations/pull/10890
- version: "2.24.0"
changes:
- description: Add dot_expander processor into metrics ingest pipeline.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
type: flattened
description: |
Tag key value pairs from aws resources.
- name: dimensions
type: flattened
description: |
Metric dimensions.
- name: dimensions_fingerprint
- name: dimensions.*
type: keyword
description: |
Autogenerated ID representing the fingerprint of the aws.dimensions object
dimension: true
description: |
Metric dimensions.
- name: 'aws.*.metrics.*.*'
type: object
object_type: double
Expand Down
3 changes: 1 addition & 2 deletions packages/aws/docs/cloudwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
| agent.id | Unique identifier of this agent (if one exists). Example: For Beats this would be beat.id. | keyword | |
| 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.\* | Metric dimensions. | keyword | |
| aws.tags | Tag key value pairs from aws resources. | flattened | |
| 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.image.id | Image ID for the cloud instance. | 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.24.0
version: 2.25.0
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down