Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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: "1.23.4"
changes:
- description: Fix default endpoint
type: bugfix
link: https://github.com/elastic/integrations/pull/4103
- version: "1.23.3"
changes:
- description: Fix Billing Dashboard
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.23.3
version: 1.23.4
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down Expand Up @@ -65,7 +65,7 @@ vars:
multi: false
required: false
show_user: false
default: "amazonaws.com"
default: ""
description: URL of the entry point for an AWS web service
- name: proxy_url
type: text
Expand Down