Skip to content

Commit 5264ac2

Browse files
pavelpiliakclaude
andauthored
Fix brand names: "Checkpoint" → "Check Point", "Ping Federate" → "PingFederate" (DataDog#23332)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fe4f1d commit 5264ac2

20 files changed

Lines changed: 67 additions & 67 deletions

checkpoint_quantum_firewall/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This integration ingests URL Filtering logs, Anti Bot logs, Application Control,
1010

1111
### Installation
1212

13-
To install the Checkpoint Quantum Firewall integration, follow the steps below:
13+
To install the Check Point Quantum Firewall integration, follow the steps below:
1414

1515
**Note**: This step is not necessary for Agent version >= 7.52.0.
1616

@@ -20,15 +20,15 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
2020

2121
#### Log collection
2222

23-
**Checkpoint Quantum Firewall:**
23+
**Check Point Quantum Firewall:**
2424

2525
1. Collecting logs is disabled by default in the Datadog Agent. Enable it in the `datadog.yaml` file:
2626

2727
```yaml
2828
logs_enabled: true
2929
```
3030
31-
2. Add this configuration block to your `checkpoint_quantum_firewall.d/conf.yaml` file to start collecting your Checkpoint Quantum Firewall logs.
31+
2. Add this configuration block to your `checkpoint_quantum_firewall.d/conf.yaml` file to start collecting your Check Point Quantum Firewall logs.
3232

3333
See the [sample checkpoint_quantum_firewall.d/conf.yaml][6] for available configuration options.
3434

@@ -42,7 +42,7 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
4242

4343
3. [Restart the Agent][1].
4444

45-
4. Configure Syslog Message Forwarding from Checkpoint Quantum Firewall:
45+
4. Configure Syslog Message Forwarding from Check Point Quantum Firewall:
4646
1. Connect to the command line on the Management Server / Log Server.
4747
2. Login to the Expert mode. Enter your administrative credentials (after entering credentials, expert mode is enabled).
4848
3. In order to configure a new target for the exported logs, enter the following commands:
@@ -52,15 +52,15 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
5252
- In the commands above, specify the following Syslog Server Details:
5353

5454
- name: The Name of the syslog server. For example: `datadog_syslog`.
55-
- target-server: The destination where you want to send the Checkpoint Quantum Firewall logs.
55+
- target-server: The destination where you want to send the Check Point Quantum Firewall logs.
5656
- target-port: The port on which the syslog server is listening (typically 514).
5757
- protocol: The protocol name, or which protocol will be used to send logs (TCP/UDP).
5858
- format: Format must be 'json'.
5959
4. In order to save and add the syslog server configuration, use the following command:
6060
```yaml
6161
cp_log_export restart name <Name of Log Exporter Configuration>
6262
```
63-
5. For more information about configuring syslog, see the [official Checkpoint documentation][4].
63+
5. For more information about configuring syslog, see the [official Check Point documentation][4].
6464

6565
### Validation
6666

@@ -70,23 +70,23 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
7070

7171
### Logs
7272

73-
The Checkpoint Quantum Firewall integration collects Firewall, URL Filtering, IPS, Identity Awareness, Application Control, Threat Emulation, Audit, Anti Ransomware, Anti Spam & Email Security, Anti Exploit, Anti Bot, Anti Virus, HTTPS Inspection, DLP, and Anti Malware logs.
73+
The Check Point Quantum Firewall integration collects Firewall, URL Filtering, IPS, Identity Awareness, Application Control, Threat Emulation, Audit, Anti Ransomware, Anti Spam & Email Security, Anti Exploit, Anti Bot, Anti Virus, HTTPS Inspection, DLP, and Anti Malware logs.
7474

7575
### Metrics
7676

77-
The Checkpoint Quantum Firewall integration does not include any metrics.
77+
The Check Point Quantum Firewall integration does not include any metrics.
7878

7979
### Events
8080

81-
The Checkpoint Quantum Firewall integration does not include any events.
81+
The Check Point Quantum Firewall integration does not include any events.
8282

8383
### Service Checks
8484

85-
The Checkpoint Quantum Firewall integration does not include any service checks.
85+
The Check Point Quantum Firewall integration does not include any service checks.
8686

8787
## Troubleshooting
8888

89-
**Checkpoint Quantum Firewall:**
89+
**Check Point Quantum Firewall:**
9090

9191
#### Permission denied while port binding
9292

@@ -124,7 +124,7 @@ Make sure that traffic is bypassed from the configured port if the firewall is e
124124

125125
If you see the **Port <PORT-NO\> Already in Use** error, see the following instructions. The example below is for PORT-NO = 514:
126126

127-
On systems using Syslog, if the Agent listens for Checkpoint Quantum Firewall logs on port 514, the following error can appear in the Agent logs: `Can't start UDP forwarder on port 514: listen udp :514: bind: address already in use`.
127+
On systems using Syslog, if the Agent listens for Check Point Quantum Firewall logs on port 514, the following error can appear in the Agent logs: `Can't start UDP forwarder on port 514: listen udp :514: bind: address already in use`.
128128

129129
This error occurs because by default, Syslog listens on port 514. To resolve this error, take **one** of the following steps:
130130

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_bot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Bot",
2+
"title": "Check Point Quantum Firewall - Anti Bot",
33
"description": "- This dashboard gives insights about anti-bot related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_exploit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Exploit",
2+
"title": "Check Point Quantum Firewall - Anti Exploit",
33
"description": "- This dashboard gives insights about anti-exploits related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_malware.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Malware",
2+
"title": "Check Point Quantum Firewall - Anti Malware",
33
"description": "- This dashboard gives insights about anti-malware related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_ransomware.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Ransomware",
2+
"title": "Check Point Quantum Firewall - Anti Ransomware",
33
"description": "- This dashboard gives insights about anti-ransomware related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_spam_and_email_security.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Spam & Email Security",
2+
"title": "Check Point Quantum Firewall - Anti Spam & Email Security",
33
"description": "- This dashboard gives insight about anti-spam and email security related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_virus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Anti Virus",
2+
"title": "Check Point Quantum Firewall - Anti Virus",
33
"description": "- This dashboard gives insights about anti-virus related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_application_control.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Application Control",
2+
"title": "Check Point Quantum Firewall - Application Control",
33
"description": "- This dashboard gives insights about application control related logs.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_audit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - Audit",
2+
"title": "Check Point Quantum Firewall - Audit",
33
"description": "- This dashboard gives insights about audit log details.",
44
"widgets": [
55
{

checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_dlp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Checkpoint Quantum Firewall - DLP",
2+
"title": "Check Point Quantum Firewall - DLP",
33
"description": "- This dashboard gives insights about Data Loss Prevention (DLP) related logs.",
44
"widgets": [
55
{

0 commit comments

Comments
 (0)