Fix network activity logging wording

This commit is contained in:
braginini
2024-08-23 10:35:50 +02:00
parent 57b7bfbdad
commit b0b61f289f
2 changed files with 7 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ export const docsNavigation = [
{
title: 'Activity',
links: [
{ title: 'Activity Events', href: '/how-to/monitor-system-and-network-activity' },
{ title: 'Network Activity Logging', href: '/how-to/monitor-system-and-network-activity' },
{
title: 'Stream Activity Events',
href: '/how-to/activity-event-streaming',

View File

@@ -1,10 +1,11 @@
# Monitor System and Network Activity
# Network Activity Logging
The activity monitoring functionality in NetBird allows you to observe and track changes to your network infrastructure. This includes events such as when a new machine or user has joined your network, when access control policies have been modified, and many other key network activities.
The network activity logging functionality in NetBird allows you to observe and track changes to your network infrastructure.
This includes events such as when a new machine or user has joined your network, when access control policies have been modified,
and many other key network events.
## Access the Activity Monitoring View
The activity monitoring feature is enabled by default for every NetBird network. You can access the activity log in the web UI under the [Activity tab](https://app.netbird.io/activity). This view provides a centralized log of network events. You can use the search bar to search by activity name, and apply filters for timeframes, event types, and users.
## Access the Activity Logging View
The activity logging feature is enabled by default for every NetBird network. You can access the activity log in the web UI under the [Activity tab](https://app.netbird.io/activity). This view provides a centralized log of network events. You can use the search bar to search by activity name, and apply filters for timeframes, event types, and users.
<p>
<img src="/docs-static/img/how-to-guides/activity-monitoring.webp" alt="activity-monitoring" className="imagewrapper-big"/>