Fix activity event streaming broken links

This commit is contained in:
braginini
2024-04-22 14:32:31 +02:00
parent a7574a7663
commit 0f1cdf5273
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ export const docsNavigation = [
title: 'Integrations', title: 'Integrations',
isOpen: false, isOpen: false,
links: [ links: [
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming-to-siem-systems' }, {title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
{title: 'Identity provider sync', href: '/how-to/idp-sync' }, {title: 'Identity provider sync', href: '/how-to/idp-sync' },
{title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' }, {title: 'Enable post quantum cryptography', href: '/how-to/enable-post-quantum-cryptography' },
{title: 'Endpoint detection and response (EDR)', href: '/how-to/endpoint-detection-and-response' }, {title: 'Endpoint detection and response (EDR)', href: '/how-to/endpoint-detection-and-response' },

View File

@@ -30,7 +30,7 @@ You can also use the search bar to filter events by activity type.
NetBird can stream activity events to your Security Information and Event Management (SIEM) system in real-time. NetBird can stream activity events to your Security Information and Event Management (SIEM) system in real-time.
With this feature enabled you can monitor and analyze NetBird network changes in your SIEM system. With this feature enabled you can monitor and analyze NetBird network changes in your SIEM system.
Check the [integrations guide](/how-to/activity-event-streaming-to-siem-systems) for more information about the supported integrations and Check the [integrations guide](/how-to/activity-event-streaming) for more information about the supported integrations and
how to enable them. how to enable them.
## Get started ## Get started