added generic http event streaming docs (#365)

* added generic http event streaming docs

* minor fix

* rename to mdx

* minor fix
This commit is contained in:
Vlad
2025-06-20 15:13:03 +02:00
committed by GitHub
parent be7e2095fb
commit 9b0a9ddb3f
8 changed files with 101 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ detecting, and responding to security threats in real-time. By aggregating and a
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.
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 through a generic HTTP integration.
<Note>
This feature is only available in the cloud version of NetBird.
@@ -20,4 +20,5 @@ supported third-party platforms. To get started, select one of the following int
- [Datadog](/how-to/stream-activity-to-datadog)
- [Amazon S3](/how-to/stream-activity-to-amazon-s3)
- [Amazon Data Firehose](/how-to/stream-activity-to-amazon-firehose)
- [Amazon Data Firehose](/how-to/stream-activity-to-amazon-firehose)
- [Generic HTTP](/how-to/stream-activity-to-generic-http)