Skip to content

Commit

Permalink
[AWS] Update integration name to Amazon Bedrock (#11256)
Browse files Browse the repository at this point in the history
* Fix integration name
  • Loading branch information
muthu-mps authored Sep 26, 2024
1 parent 5d86b2f commit 7ff1d7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/aws_bedrock/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "0.9.1"
changes:
- description: Update integration name to Amazon Bedrock in policy template.
type: bugfix
link: https://github.com/elastic/integrations/pull/11256
- version: "0.9.0"
changes:
- description: "Allow @custom pipeline access to event.original without setting preserve_original_event."
Expand Down
14 changes: 7 additions & 7 deletions packages/aws_bedrock/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
format_version: "3.0.2"
name: aws_bedrock
title: AWS Bedrock
description: Collect AWS Bedrock model invocation logs and runtime metrics with Elastic Agent.
title: Amazon Bedrock
description: Collect Amazon Bedrock model invocation logs and runtime metrics with Elastic Agent.
type: integration
version: "0.9.0"
version: "0.9.1"
categories:
- aws
conditions:
Expand All @@ -13,8 +13,8 @@ conditions:
subscription: basic
policy_templates:
- name: aws_bedrock
title: AWS Bedrock
description: Collect AWS Bedrock model invocation logs with Elastic Agent.
title: Amazon Bedrock
description: Collect Amazon Bedrock model invocation logs with Elastic Agent.
inputs:
- type: aws-s3
title: Collect Logs from S3 Bucket
Expand All @@ -23,8 +23,8 @@ policy_templates:
title: Collect Logs from CloudWatch
description: Collect bedrock logs from CloudWatch with Elastic Agent.
- type: aws/metrics
title: Collect AWS Bedrock metrics
description: Collect AWS Bedrock metrics using AWS CloudWatch.
title: Collect Amazon Bedrock metrics
description: Collect Amazon Bedrock metrics using AWS CloudWatch.
screenshots:
- src: /img/add_aws_bedrock.png
title: Overview
Expand Down

0 comments on commit 7ff1d7f

Please sign in to comment.