-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jack-edmonds-dd/web-frameworks-rename
- Loading branch information
Showing
190 changed files
with
20,056 additions
and
4,476 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
content/en/observability_pipelines/destinations/amazon_security_lake.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
title: Amazon Security Lake Destination | ||
disable_toc: false | ||
--- | ||
|
||
Use Observability Pipelines' Amazon Security Lake destination to send logs to Amazon Security Lake. | ||
|
||
## Prerequisites | ||
|
||
You need to do the following before setting up the Amazon Security Lake destination: | ||
|
||
{{% observability_pipelines/prerequisites/amazon_security_lake %}} | ||
|
||
## Setup | ||
|
||
Set up the Amazon Security Lake destination and its environment variables when you [set up a pipeline][1]. The information below is configured in the pipelines UI. | ||
|
||
### Set up the destination | ||
|
||
{{% observability_pipelines/destination_settings/amazon_security_lake %}} | ||
|
||
### Set the environment variables | ||
|
||
{{% observability_pipelines/configure_existing_pipelines/destination_env_vars/amazon_security_lake %}} | ||
|
||
## AWS Authentication | ||
|
||
{{% observability_pipelines/aws_authentication/amazon_security_lake/intro %}} | ||
|
||
{{% observability_pipelines/aws_authentication/instructions %}} | ||
|
||
### Permissions | ||
|
||
{{% observability_pipelines/aws_authentication/amazon_security_lake/permissions %}} | ||
|
||
## How the destination works | ||
|
||
### Event batching | ||
|
||
A batch of events is flushed when one of these parameters is met. See [event batching][2] for more information. | ||
|
||
| Max Events | Max Bytes | Timeout (seconds) | | ||
|----------------|-----------------|---------------------| | ||
| TKTK | TKTK | TKTK | | ||
|
||
[1]: https://app.datadoghq.com/observability-pipelines | ||
[2]: /observability_pipelines/destinations/#event-batching |
31 changes: 31 additions & 0 deletions
31
content/en/observability_pipelines/destinations/microsoft_sentinel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
title: Microsoft Sentinel Destination | ||
disable_toc: false | ||
--- | ||
|
||
Use Observability Pipelines' Microsoft Sentinel destination to send logs to Microsoft Sentinel. | ||
|
||
## Setup | ||
|
||
Set up the Microsoft Sentinel destination and its environment variables when you [set up a pipeline][1]. The information below is configured in the pipelines UI. | ||
|
||
### Set up the destination | ||
|
||
{{% observability_pipelines/destination_settings/microsoft_sentinel %}} | ||
|
||
### Set the environment variables | ||
|
||
{{% observability_pipelines/configure_existing_pipelines/destination_env_vars/microsoft_sentinel %}} | ||
|
||
## How the destination works | ||
|
||
### Event batching | ||
|
||
A batch of events is flushed when one of these parameters is met. See [event batching][2] for more information. | ||
|
||
| Max Events | Max Bytes | Timeout (seconds) | | ||
|----------------|-----------------|---------------------| | ||
| None | 10,000,000 | 1 | | ||
|
||
[1]: https://app.datadoghq.com/observability-pipelines | ||
[2]: /observability_pipelines/destinations/#event-batching |
41 changes: 41 additions & 0 deletions
41
content/en/observability_pipelines/destinations/sentinelone.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: SentinelOne Destination | ||
disable_toc: false | ||
--- | ||
|
||
Use Observability Pipelines' SentinelOne destination to send logs to SentinelOne. | ||
|
||
## Setup | ||
|
||
Set up the SentinelOne destination and its environment variables when you [set up a pipeline][1]. The information below is configured in the pipelines UI. | ||
|
||
### Set up the destination | ||
|
||
{{% observability_pipelines/destination_settings/sentinelone %}} | ||
|
||
### Set the environment variables | ||
|
||
{{% observability_pipelines/configure_existing_pipelines/destination_env_vars/sentinelone %}} | ||
|
||
## View logs in a SentinelOne cluster | ||
|
||
After you've set up the pipeline to send logs to the SentinelOne destination, you can view the logs in a SentinelOne cluster: | ||
|
||
1. Log into the [S1 console][2]. | ||
2. Navigate to the Singularity Data Lake (SDL) "Search" page. To access it from the console, click on "Visibility" on the left menu to go to SDL, and make sure you're on the "Search" tab. | ||
3. Make sure the filter next to the search bar is set to **All Data**. | ||
4. This page shows the logs you sent from Observability Pipelines to SentinelOne. | ||
|
||
## How the destination works | ||
|
||
### Event batching | ||
|
||
A batch of events is flushed when one of these parameters is met. See [event batching][3] for more information. | ||
|
||
| Max Events | Max Bytes | Timeout (seconds) | | ||
|----------------|-----------------|---------------------| | ||
| None | 1,000,000 | 1 | | ||
|
||
[1]: https://app.datadoghq.com/observability-pipelines | ||
[2]: https://usea1-partners.sentinelone.net/login | ||
[3]: /observability_pipelines/destinations/#event-batching |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Remap to OCSF Processor | ||
disable_toc: false | ||
--- | ||
|
||
{{% observability_pipelines/processors/remap_ocsf %}} | ||
|
||
{{% observability_pipelines/processors/filter_syntax %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.