mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Crosslink activity events and event streaming
This commit is contained in:
@@ -102,7 +102,7 @@ export const docsNavigation = [
|
||||
title: 'Integrations',
|
||||
isOpen: false,
|
||||
links: [
|
||||
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming' },
|
||||
{title: 'Activity event streaming', href: '/how-to/activity-event-streaming-to-siem-systems' },
|
||||
{title: 'Identity provider sync', href: '/how-to/idp-sync' },
|
||||
{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' },
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# Stream Activity Events to Third-Party Platforms
|
||||
# Stream activity events to third-party SIEM systems
|
||||
|
||||
This document provides step-by-step instructions and best practices for setting up NetBird activity event streaming integrations to different third-party platforms.
|
||||
Security Information and Event Management (SIEM) systems play a critical role in network security by monitoring,
|
||||
detecting, and responding to security threats in real-time. By aggregating and analyzing activity across the network,
|
||||
SIEMs help identify anomalous patterns and potential breaches, providing a centralized view of security events.
|
||||
|
||||
NetBird provides an event streaming feature that allows you to stream network [activity events](/how-to/monitor-system-and-network-activity)
|
||||
to third-party SIEM systems, such as [Datadog](https://www.datadoghq.com/dg/security/siem-solution/), [Amazon S3](https://aws.amazon.com/s3/), [Amazon Data Firehose](https://aws.amazon.com/firehose/), and others.
|
||||
|
||||
This document provides step-by-step instructions and best practices for setting up NetBird activity event streaming
|
||||
integrations to different third-party platforms.
|
||||
|
||||
<Note>
|
||||
This feature is only available in the cloud version of NetBird.
|
||||
@@ -26,6 +26,13 @@ You can also use the search bar to filter events by activity type.
|
||||
the backup files in the same folder as the script. Look for the <b>DataStoreEncryptionKey</b> field in the `management.json` backup file.
|
||||
</Note>
|
||||
|
||||
## Enable activity event streaming to SIEM systems
|
||||
|
||||
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.
|
||||
Check the [integrations guide](/how-to/activity-event-streaming-to-siem-systems) for more information about the supported integrations and
|
||||
how to enable them.
|
||||
|
||||
## Get started
|
||||
<p float="center" >
|
||||
<Button name="button" className="button-5" onClick={() => window.open("https://netbird.io/pricing")}>Use NetBird</Button>
|
||||
|
||||
Reference in New Issue
Block a user