Skip to content

Commit 7a1142e

Browse files
authored
Add missing categories (#12223)
* add missing categories
1 parent ad70926 commit 7a1142e

File tree

42 files changed

+154
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+154
-23
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: "2.38.1"
3+
changes:
4+
- description: Add missing category.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/12223
27
- version: "2.38.0"
38
changes:
49
- description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket.

packages/aws/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
format_version: 3.0.0
22
name: aws
33
title: AWS
4-
version: 2.38.0
4+
version: 2.38.1
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:
88
- aws
9+
- cloud
910
conditions:
1011
elastic:
1112
subscription: basic

packages/aws_bedrock/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.18.1"
2+
changes:
3+
- description: Add observability category.
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/12223
16
- version: "0.18.0"
27
changes:
38
- description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket.

packages/aws_bedrock/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: aws_bedrock
33
title: Amazon Bedrock
44
description: Collect Amazon Bedrock model invocation logs and runtime metrics with Elastic Agent.
55
type: integration
6-
version: "0.18.0"
6+
version: "0.18.1"
77
categories:
88
- aws
9+
- cloud
10+
- observability
11+
- security
912
conditions:
1013
kibana:
1114
version: "^8.16.2"

packages/aws_logs/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "1.6.1"
2+
changes:
3+
- description: Add missing category.
4+
type: enhancement
5+
link: https://github.com/elastic/integrations/pull/12223
16
- version: "1.6.0"
27
changes:
38
- description: Add support for Access Point ARN when collecting logs via the AWS S3 Bucket.

packages/aws_logs/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: aws_logs
33
title: Custom AWS Logs
44
description: Collect raw logs from AWS S3 or CloudWatch with Elastic Agent.
55
type: integration
6-
version: "1.6.0"
6+
version: "1.6.1"
77
categories:
8+
- cloud
89
- observability
910
- custom
1011
- aws

packages/awsfargate/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: "1.2.2"
3+
changes:
4+
- description: Add missing category.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/12223
27
- version: 1.2.1
38
changes:
49
- description: Clarify that the integration supports ECS clusters only.

packages/awsfargate/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
format_version: "3.0.0"
22
name: awsfargate
33
title: AWS Fargate (for ECS clusters)
4-
version: "1.2.1"
4+
version: "1.2.2"
55
description: Collects metrics from containers and tasks running on Amazon ECS clusters with Elastic Agent.
66
type: integration
77
categories:
8+
- cloud
89
- observability
910
- aws
1011
conditions:

packages/awsfirehose/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: "1.3.2"
3+
changes:
4+
- description: Add missing category.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/12223
27
- version: "1.3.1"
38
changes:
49
- description: Update documentation about restrict API key permissions

packages/awsfirehose/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
format_version: "3.1.0"
22
name: awsfirehose
33
title: Amazon Data Firehose
4-
version: 1.3.1
4+
version: 1.3.2
55
description: Stream logs and metrics from Amazon Data Firehose into Elastic Cloud.
66
type: integration
77
categories:
8+
- cloud
89
- observability
910
- aws
1011
conditions:

0 commit comments

Comments
 (0)