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
NetBird helps you better understand connection flows by correlating related events and presenting them in a clear, organized manner.
41
41
@@ -53,7 +53,11 @@ On the other side, the destination peer `server` receives the connection request
53
53
following the disconnection from `Alice`. Since `server` allows the connection, the log includes the policy `IT Admins to Servers`
54
54
that authorized the connection over the `ICMP` protocol.
55
55
56
-
#### Blocked P2P Connections Events Correlation
56
+
<Note>
57
+
Use the `P2P` filter in the table to view only peer-to-peer connection events.
58
+
</Note>
59
+
60
+
#### Blocked P2P Connections Events
57
61
58
62
If a connection is refused, NetBird logs the blocked event on the peer that denies the connection, in this case, `server`.
59
63
The initiating peer `Alice` will still report the connection attempt but won't be aware that it was blocked.
@@ -67,7 +71,7 @@ meaning all `HTTP` requests are intentionally not allowed. The screenshot below
67
71
### Peer-to-Network Resource Connections
68
72
69
73
When a peer connects to a [network resource](/how-to/networks#resources), NetBird captures and logs the traffic
70
-
events for that connection on the peer that initiated the connection, and on the routing peer that connects the peer to
74
+
events for that connection on the peer that initiated the connection, and on the [routing peer](/how-to/networks#routing-peers) that connects the peer to
71
75
the internal network resource.
72
76
73
77
A slightly modified example of the CRM server connection scenario would be if instead of running the NetBird client on the CRM server,
@@ -79,28 +83,38 @@ routed the connection to the CRM server. If the connection was blocked, NetBird
For all the examples above, we used the `nc` command to initiate the connection to the CRM server from the peer `Alice`.
115
+
E.g., `nc -v crm.netbird.cloud 5432`.
116
+
</Note>
117
+
104
118
## Enabling Traffic Events Logging
105
119
106
120
Traffic events logging feature is disabled by default. To enable it on the NetBird dashboard, navigate to `Settings > Networks`.
@@ -121,12 +135,12 @@ at the kernel level. Be aware that enabling this option may lead to higher CPU u
121
135
122
136
## Log Retention
123
137
124
-
While in experimental mode, logs are retained for **7 days**.
138
+
While in experimental mode, logs are retained for **seven days**.
125
139
Additionally, please note that the current API returns a maximum of **50,000 events**.
126
140
We are actively working on expanding this limit in the coming days to support larger datasets and increased usage.
127
141
128
142
## Report rate
129
-
The events might take up to 10 minutes to become available via API and Dashboard. For some TCP connections, the full event cycle might take longer, depending on OS settings and connection termination.
143
+
The events might take up to **ten minutes** to become available via API and Dashboard. For some TCP connections, the full event cycle might take longer, depending on OS settings and connection termination.
130
144
131
145
## Enable Traffic Events Streaming to SIEM Systems
0 commit comments