diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index c15e6ede..4da14061 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -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', diff --git a/src/pages/how-to/monitor-system-and-network-activity.mdx b/src/pages/how-to/monitor-system-and-network-activity.mdx index c8e82e2f..224fcfdd 100644 --- a/src/pages/how-to/monitor-system-and-network-activity.mdx +++ b/src/pages/how-to/monitor-system-and-network-activity.mdx @@ -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.

activity-monitoring