Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
8 changes: 5 additions & 3 deletions packages/checkpoint/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Check Point Integration

This integration is for Check Point products. It includes the
This integration is for [Check Point](https://sc1.checkpoint.com/documents/latest/APIs/#introduction~v1.8%20) products. It includes the
following datasets for receiving logs:

- `firewall` dataset: consists of log entries from the Log Exporter in the Syslog format.

- `firewall` dataset: consists of log entries from the [Log Exporter](
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk122323)
in the Syslog format.

## Compatibility

This module has been tested against Check Point Log Exporter on R80.X but should also work with R77.30.
Expand Down
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.3.5"
changes:
- description: Added link to check point documentation.
type: enhancement
link: https://github.com/elastic/integrations/pull/2926
- version: "1.3.4"
changes:
- description: Change mapping type of checkpoint.source_object to keyword from integer.
Expand Down
8 changes: 5 additions & 3 deletions packages/checkpoint/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Check Point Integration

This integration is for Check Point products. It includes the
This integration is for [Check Point](https://sc1.checkpoint.com/documents/latest/APIs/#introduction~v1.8%20) products. It includes the
following datasets for receiving logs:

- `firewall` dataset: consists of log entries from the Log Exporter in the Syslog format.

- `firewall` dataset: consists of log entries from the [Log Exporter](
https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk122323)
in the Syslog format.

## Compatibility

This module has been tested against Check Point Log Exporter on R80.X but should also work with R77.30.
Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: checkpoint
title: Check Point
version: 1.3.4
version: 1.3.5
release: ga
description: Collect logs from Check Point with Elastic Agent.
type: integration
Expand Down