[DOCS-9171] Add unresolvable behavior template syntax#27299
Merged
dd-mergequeue[bot] merged 3 commits intomay/2024-q4-obs-pipelinesfrom Jan 28, 2025
Merged
Conversation
1 task
Contributor
Preview links (active after the
|
neko-dd
reviewed
Jan 24, 2025
Comment on lines
+49
to
+57
| | ----------------- | -------------------------------------| -----------------------------------------------------------------------------------------------| | ||
| | Amazon Opensearch | Index | The Worker creates an index named `datadog-op` and sends the logs there. | | ||
| | Amazon S3 | Prefix | The Worker creates a folder named `OP_UNRESOLVED_TEMPLATE_LOGS/` and publishes the logs there. | | ||
| | Azure Blob | Prefix | The Worker creates a folder named `OP_UNRESOLVED_TEMPLATE_LOGS/` and publishes the logs there. | | ||
| | Elasticsearch | Source type | The Worker creates an index named `datadog-op` and sends the logs there. | | ||
| | Google Chronicle | Log type | Defaults to `vector_dev` log type. | | ||
| | Google Cloud | Prefix | The Worker creates a folder named `OP_UNRESOLVED_TEMPLATE_LOGS/` and publishes the logs there. | | ||
| | Opensearch | Index | The Worker creates an index named `datadog-op` and sends the logs there. | | ||
| | Splunk HEC | Index<br>Source type | The Worker publishes the logs to the default index configured in Splunk. | |
Contributor
There was a problem hiding this comment.
Do "send" and "publish" have two different meanings in this case?
Contributor
Author
There was a problem hiding this comment.
Ah yeah, meant to ask eng about that. Asking now.
Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>
maycmlee
commented
Jan 27, 2025
neko-dd
approved these changes
Jan 28, 2025
Contributor
Author
|
/merge |
Devflow running:
|
dd-mergequeue Bot
pushed a commit
that referenced
this pull request
Jan 30, 2025
* add shortcodes * add archives prereq shortcode and to lvc and dsl * add archives settings to all other use cases * add archives env var tabs to all use cases * add asl settings tabs to all use cases * add asl env var tabs to all use cases * add msoft sentinel and sentinel settings tabs to all use cases * add msoft sentinel and sentinelone env var tabs to all use cases * add ocsf processor tabs to all use cases * add sds shortcodes and collapsible headers * add dynamic destinations shortcodes to all use cases * fix archives prereq shortcode links * add template syntax to destinations doc and shortcodes * add sentinelone ref doc, ref list, nav * add asl, msoft sentinel, sentinelone to update existing pipelines * update sds ref doc * small edits for template syntax * add msoft sentinel ref doc, ref list, nav * add asl ref doc, ref list, nav * add remap ocsf to ref doc, ref list, nav * alphabetize destination tabs in updating existing pipelines * update dynamic destinations shortcode and rename to multiple destinations * add multiple processors shortcode and to all use cases * alphabetize processor tabs * alphabetize destination settings and env var tabs * fix archive logs settings * add instruction for datadog archives env var * add remap to ocsf shortcode content * add msoft sentinel and sentinelone shortcode content * small edit to sentinelone destination settings * add asl destination settings, env vars, prereqs shortcode content and to all use cases * update multiple processors shortcode * add amazon s3 source docs, ref doc, ref list, nav, update existing pipelines * rename amazon kinesis firehose to amazon data firehose * add amazon data firehose source docs, ref doc, ref list, nav, update existing pipelines * add kafka source docs, ref doc, ref list, nav, update existing pipelines * add amazon s3 source shortcode content * add aws authentication shortcodes for amazon s3 source and asl destination * update asl shortcodes and ref doc * small edit to aws authentication shortcode * add asl callout * remove asl tabs, ref list, nav * add amazon data firehose shortcode content * add kafka shortcode content and remove source log config shortcode * update sds shortcode * small update to sds * fix kafka source settings list * small edit to kafka content * fix navigate to op links * Apply suggestions from code review Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com> * update the following document sentences * capitalize prerequisites * remove amazon s3 log source configuration shortcode * remove extra s from observability pipelines' * fix json for path notation * remove access to amazon data firehose docs for feb release * comment out and revert sds to current * add alert box for remap to ocsf preview link * revert revert weirdness...not sure why this happened * Update config/_default/menus/main.en.yaml Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com> * update amazon s3 prefix image * add google workspace admin mapping to remap to ocsf * [DOCS-9171] Add unresolvable behavior template syntax (#27299) * add unresolvable behavior * Update content/en/observability_pipelines/destinations/_index.md Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com> * Apply suggestions from code review --------- Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com> --------- Co-authored-by: Jen Gilbert <jen.gilbert@datadoghq.com> Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds info about unresolvable behavior for templated fields.
Child PR of: #26921
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/descriptionnaming convention) and then add the following PR comment:Additional notes