Skip to content

Commit 96b92e0

Browse files
authored
GA Cloudflare integration (#1628)
* GA Cloudflare integration - version number to 1.0.0 - release tag to ga - remove release form data_stream manifest - kibana.version to 7.16.0 Relates #1562
1 parent abee787 commit 96b92e0

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/cloudflare/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.0.0"
3+
changes:
4+
- description: make GA
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/1628
27
- version: "0.2.0"
38
changes:
49
- description: Update to ECS 1.12.0

packages/cloudflare/data_stream/logpull/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
type: logs
22
title: Cloudflare Logpull
3-
release: experimental
43
streams:
54
- input: httpjson
65
vars:

packages/cloudflare/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: cloudflare
22
title: Cloudflare
3-
version: 0.2.0
4-
release: experimental
3+
version: 1.0.0
4+
release: ga
55
description: Cloudflare Integration
66
type: integration
77
format_version: 1.0.0
88
license: basic
99
categories: [security, network, web]
1010
conditions:
11-
kibana.version: "^7.15"
11+
kibana.version: "^7.16.0"
1212
icons:
1313
- src: /img/cf-logo-v.svg
1414
title: Cloudflare

0 commit comments

Comments
 (0)