-
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 guacbot/translation-pipeline
- Loading branch information
Showing
209 changed files
with
19,197 additions
and
4,685 deletions.
There are no files selected for viewing
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
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
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
File renamed without changes.
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 |
Oops, something went wrong.