Skip to content

Commit

Permalink
Crosslink activity events and event streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Apr 19, 2024
1 parent fd209d9 commit fe6878c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 7 additions & 0 deletions src/pages/how-to/monitor-system-and-network-activity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fe6878c

Please sign in to comment.