Skip to content

Commit c1511b3

Browse files
authored
Set default endpoint for AWS to empty string (#4207)
1 parent 2af405f commit c1511b3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/cloudflare_logpush/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: "0.2.1"
3+
changes:
4+
- description: Set default endpoint to empty string
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4207
27
- version: "0.2.0"
38
changes:
49
- description: Expose Default Region setting to UI

packages/cloudflare_logpush/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: cloudflare_logpush
33
title: Cloudflare Logpush
4-
version: 0.2.0
4+
version: 0.2.1
55
license: basic
66
description: Collect and parse logs from Cloudflare API with Elastic Agent.
77
type: integration
@@ -151,7 +151,7 @@ policy_templates:
151151
multi: false
152152
required: false
153153
show_user: false
154-
default: amazonaws.com
154+
default: ""
155155
description: URL of the entry point for an AWS web service.
156156
- name: default_region
157157
type: text

0 commit comments

Comments
 (0)