diff --git a/packages/checkpoint/_dev/build/docs/README.md b/packages/checkpoint/_dev/build/docs/README.md index 161f1d3813f..c5e6b2cf646 100644 --- a/packages/checkpoint/_dev/build/docs/README.md +++ b/packages/checkpoint/_dev/build/docs/README.md @@ -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. diff --git a/packages/checkpoint/changelog.yml b/packages/checkpoint/changelog.yml index 84fb9d345b2..241789fb63e 100644 --- a/packages/checkpoint/changelog.yml +++ b/packages/checkpoint/changelog.yml @@ -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. diff --git a/packages/checkpoint/docs/README.md b/packages/checkpoint/docs/README.md index 61c4d21a656..883b9f00734 100644 --- a/packages/checkpoint/docs/README.md +++ b/packages/checkpoint/docs/README.md @@ -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. diff --git a/packages/checkpoint/manifest.yml b/packages/checkpoint/manifest.yml index 287c3bfdbb1..eda8fa7bec5 100644 --- a/packages/checkpoint/manifest.yml +++ b/packages/checkpoint/manifest.yml @@ -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