You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: checkpoint_quantum_firewall/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This integration ingests URL Filtering logs, Anti Bot logs, Application Control,
10
10
11
11
### Installation
12
12
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:
14
14
15
15
**Note**: This step is not necessary for Agent version >= 7.52.0.
16
16
@@ -20,15 +20,15 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
20
20
21
21
#### Log collection
22
22
23
-
**Checkpoint Quantum Firewall:**
23
+
**Check Point Quantum Firewall:**
24
24
25
25
1. Collecting logs is disabled by default in the Datadog Agent. Enable it in the `datadog.yaml` file:
26
26
27
27
```yaml
28
28
logs_enabled: true
29
29
```
30
30
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.
32
32
33
33
See the [sample checkpoint_quantum_firewall.d/conf.yaml][6] for available configuration options.
34
34
@@ -42,7 +42,7 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
42
42
43
43
3. [Restart the Agent][1].
44
44
45
-
4. Configure Syslog Message Forwarding from Checkpoint Quantum Firewall:
45
+
4. Configure Syslog Message Forwarding from Check Point Quantum Firewall:
46
46
1. Connect to the command line on the Management Server / Log Server.
47
47
2. Login to the Expert mode. Enter your administrative credentials (after entering credentials, expert mode is enabled).
48
48
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:
52
52
- In the commands above, specify the following Syslog Server Details:
53
53
54
54
- 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.
56
56
- target-port: The port on which the syslog server is listening (typically 514).
57
57
- protocol: The protocol name, or which protocol will be used to send logs (TCP/UDP).
58
58
- format: Format must be 'json'.
59
59
4. In order to save and add the syslog server configuration, use the following command:
60
60
```yaml
61
61
cp_log_export restart name <Name of Log Exporter Configuration>
62
62
```
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].
64
64
65
65
### Validation
66
66
@@ -70,23 +70,23 @@ To install the Checkpoint Quantum Firewall integration, follow the steps below:
70
70
71
71
### Logs
72
72
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.
74
74
75
75
### Metrics
76
76
77
-
The Checkpoint Quantum Firewall integration does not include any metrics.
77
+
The Check Point Quantum Firewall integration does not include any metrics.
78
78
79
79
### Events
80
80
81
-
The Checkpoint Quantum Firewall integration does not include any events.
81
+
The Check Point Quantum Firewall integration does not include any events.
82
82
83
83
### Service Checks
84
84
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.
86
86
87
87
## Troubleshooting
88
88
89
-
**Checkpoint Quantum Firewall:**
89
+
**Check Point Quantum Firewall:**
90
90
91
91
#### Permission denied while port binding
92
92
@@ -124,7 +124,7 @@ Make sure that traffic is bypassed from the configured port if the firewall is e
124
124
125
125
If you see the **Port <PORT-NO\> Already in Use** error, see the following instructions. The example below is for PORT-NO = 514:
126
126
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`.
128
128
129
129
This error occurs because by default, Syslog listens on port 514. To resolve this error, take **one** of the following steps:
Copy file name to clipboardExpand all lines: checkpoint_quantum_firewall/assets/dashboards/checkpoint_quantum_firewall_anti_spam_and_email_security.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"title": "Checkpoint Quantum Firewall - Anti Spam & Email Security",
2
+
"title": "Check Point Quantum Firewall - Anti Spam & Email Security",
3
3
"description": "- This dashboard gives insight about anti-spam and email security related logs.",
0 commit comments