Skip to content

Commit 011b1a3

Browse files
authored
[DOCS-11173] Add preview for OP API/TF (#29799)
* add preview * move box
1 parent ee76dc6 commit 011b1a3

File tree

1 file changed

+6
-1
lines changed
  • content/en/observability_pipelines/set_up_pipelines

1 file changed

+6
-1
lines changed

content/en/observability_pipelines/set_up_pipelines/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ further_reading:
2323
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.
2424

2525
## Set up a pipeline
26+
2627
{{< tabs >}}
2728
{{% tab "Pipeline UI" %}}
29+
2830
Set up your pipelines and its [sources][1], [processors][2], and [destinations][3] in the Observability Pipelines UI. The general setup steps are:
2931

3032
1. Navigate to [Observability Pipelines][13].
@@ -61,9 +63,10 @@ After you have set up your pipeline, see [Update Existing Pipelines][11] if you
6163
[13]: https://app.datadoghq.com/observability-pipelines
6264

6365
{{% /tab %}}
64-
6566
{{% tab "API" %}}
6667

68+
<div class="alert alert-warning">Creating pipelines using the Datadog API is in Preview. Fill out the <a href="https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/"> form</a> to request access.</div>
69+
6770
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.
6871

6972
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.
@@ -75,6 +78,8 @@ Pipelines created using the API are read-only in the UI. Use the [update a pipel
7578
{{% /tab %}}
7679
{{% tab "Terraform" %}}
7780

81+
<div class="alert alert-warning">Creating pipelines using Terraform is in Preview. Fill out the <a href="https://www.datadoghq.com/product-preview/observability-pipelines-api-and-terraform-support/"> form</a> to request access.</div>
82+
7883
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.
7984

8085
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.

0 commit comments

Comments
 (0)