Skip to content

Commit

Permalink
GA checkpoint integration (elastic#1605)
Browse files Browse the repository at this point in the history
* GA checkpoint integration

- version to 1.0.0
- release to ga
- kibana.version to 7.16.0
- remove release from data_stream manifest

Relates elastic#1562
  • Loading branch information
leehinman authored Sep 20, 2021
1 parent cfd1aad commit 7319738
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/checkpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: make GA
type: enhancement
link: https://github.com/elastic/integrations/pull/1605
- version: "0.8.2"
changes:
- description: Convert to generated ECS fields
Expand Down
1 change: 0 additions & 1 deletion packages/checkpoint/data_stream/firewall/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
type: logs
title: Check Point firewall logs
release: experimental
streams:
- input: udp
vars:
Expand Down
6 changes: 3 additions & 3 deletions packages/checkpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: checkpoint
title: Check Point
version: 0.8.2
release: experimental
version: 1.0.0
release: ga
description: This Elastic integration collects logs from Check Point products
type: integration
format_version: 1.0.0
license: basic
categories: [security]
conditions:
kibana.version: "^7.14.0"
kibana.version: "^7.16.0"
icons:
- src: /img/checkpoint-logo.svg
title: Check Point
Expand Down

0 comments on commit 7319738

Please sign in to comment.