Skip to content

Commit 412ecef

Browse files
authored
[AWS] [Redshift] Add InstanceType dimension (#14179)
* add InstanceType dimension * bump package version * fix pr id * bugfix
1 parent 44c64a2 commit 412ecef

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.5.2"
3+
changes:
4+
- description: Add Redshift `InstanceType` dimension.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14179
27
- version: "3.5.1"
38
changes:
49
- description: Change Redshift terraform node type because `dc2.large` is deprecated and leads to system tests fails.

packages/aws/data_stream/redshift/fields/fields.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
type: keyword
3737
dimension: true
3838
description: This dimension filters the data that you request for a specific WLM queue name.
39+
- name: InstanceType
40+
type: keyword
41+
dimension: true
42+
description: This dimension filters the data by the Amazon Redshift instance type (e.g., ra3.4xlarge, dc2.large).
3943
- name: redshift
4044
type: group
4145
fields:

packages/aws/docs/redshift.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
189189
| aws.\*.metrics.\*.\* | Metrics that returned from Cloudwatch API query. | double | |
190190
| aws.cloudwatch.namespace | The namespace specified when query cloudwatch api. | keyword | |
191191
| aws.dimensions.ClusterIdentifier | This dimension filters the data that you request for a specific Cluster identifier | keyword | |
192+
| aws.dimensions.InstanceType | This dimension filters the data by the Amazon Redshift instance type (e.g., ra3.4xlarge, dc2.large). | keyword | |
192193
| aws.dimensions.NodeID | This dimension filters the data that you request for a specific NodeID. | keyword | |
193194
| aws.dimensions.QueryPriority | This dimension filters the data that you request for a specific query priority. | keyword | |
194195
| aws.dimensions.QueueName | This dimension filters the data that you request for a specific WLM queue name. | keyword | |

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: 3.5.1
4+
version: 3.5.2
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)