From a6c957a70e05abcc2315c507800a92bd21504cc5 Mon Sep 17 00:00:00 2001 From: May Lee Date: Fri, 6 Jun 2025 14:12:41 -0400 Subject: [PATCH 1/2] add preview --- .../en/observability_pipelines/set_up_pipelines/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/observability_pipelines/set_up_pipelines/_index.md b/content/en/observability_pipelines/set_up_pipelines/_index.md index 5648f26eba37e..3976cc745483c 100644 --- a/content/en/observability_pipelines/set_up_pipelines/_index.md +++ b/content/en/observability_pipelines/set_up_pipelines/_index.md @@ -23,6 +23,11 @@ further_reading: In Observability Pipelines, a pipeline is a sequential path with three types of components: source, processors, and destinations. The Observability Pipeline [source][1] receives logs from your log source (for example, the Datadog Agent). The [processors][2] enrich and transform your data, and the [destination][3] is where your processed logs are sent. For some templates, your logs are sent to more than one destination. For example, if you use the Archive Logs template, your logs are sent to a cloud storage provider and another specified destination. ## Set up a pipeline + +{{< callout src="https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/" header="Join the Preview!" btn_hidden=false >}} +Creating pipelines using Datadog API or Terraform is in Preview. Click Request Access to fill out the form. +{{< /callout >}} + {{< tabs >}} {{% tab "Pipeline UI" %}} Set up your pipelines and its [sources][1], [processors][2], and [destinations][3] in the Observability Pipelines UI. The general setup steps are: @@ -61,7 +66,6 @@ After you have set up your pipeline, see [Update Existing Pipelines][11] if you [13]: https://app.datadoghq.com/observability-pipelines {{% /tab %}} - {{% tab "API" %}} You can use Datadog API to [create a pipeline][1]. After the pipeline has been created, [install the Worker][2] to start sending logs through the pipeline. From de2a8f0249c6599fd06a827e42ff1cbffbf14300 Mon Sep 17 00:00:00 2001 From: May Lee Date: Mon, 9 Jun 2025 11:43:07 -0400 Subject: [PATCH 2/2] move box --- .../observability_pipelines/set_up_pipelines/_index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/en/observability_pipelines/set_up_pipelines/_index.md b/content/en/observability_pipelines/set_up_pipelines/_index.md index 3976cc745483c..cedd2b67bbb81 100644 --- a/content/en/observability_pipelines/set_up_pipelines/_index.md +++ b/content/en/observability_pipelines/set_up_pipelines/_index.md @@ -24,12 +24,9 @@ In Observability Pipelines, a pipeline is a sequential path with three types of ## Set up a pipeline -{{< callout src="https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/" header="Join the Preview!" btn_hidden=false >}} -Creating pipelines using Datadog API or Terraform is in Preview. Click Request Access to fill out the form. -{{< /callout >}} - {{< tabs >}} {{% tab "Pipeline UI" %}} + Set up your pipelines and its [sources][1], [processors][2], and [destinations][3] in the Observability Pipelines UI. The general setup steps are: 1. Navigate to [Observability Pipelines][13]. @@ -68,6 +65,8 @@ After you have set up your pipeline, see [Update Existing Pipelines][11] if you {{% /tab %}} {{% tab "API" %}} +
Creating pipelines using the Datadog API is in Preview. Fill out the form to request access.
+ You can use Datadog API to [create a pipeline][1]. After the pipeline has been created, [install the Worker][2] to start sending logs through the pipeline. Pipelines created using the API are read-only in the UI. Use the [update a pipeline][3] endpoint to make any changes to an existing pipeline. @@ -79,6 +78,8 @@ Pipelines created using the API are read-only in the UI. Use the [update a pipel {{% /tab %}} {{% tab "Terraform" %}} +
Creating pipelines using Terraform is in Preview. Fill out the form to request access.
+ You can use the [datadog_observability_pipeline][1] module to create a pipeline using Terraform. After the pipeline has been created, [install the Worker][2] to start sending logs through the pipeline. Pipelines created using Terraform are read-only in the UI. Use the [datadog_observability_pipeline][1] module to make any changes to an existing pipeline.