File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/cloudflare_logpush Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
2
7
- version : " 0.2.0"
3
8
changes :
4
9
- description : Expose Default Region setting to UI
Original file line number Diff line number Diff line change 1
1
format_version : 1.0.0
2
2
name : cloudflare_logpush
3
3
title : Cloudflare Logpush
4
- version : 0.2.0
4
+ version : 0.2.1
5
5
license : basic
6
6
description : Collect and parse logs from Cloudflare API with Elastic Agent.
7
7
type : integration
@@ -151,7 +151,7 @@ policy_templates:
151
151
multi : false
152
152
required : false
153
153
show_user : false
154
- default : amazonaws.com
154
+ default : " "
155
155
description : URL of the entry point for an AWS web service.
156
156
- name : default_region
157
157
type : text
You can’t perform that action at this time.
0 commit comments